diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-25 14:21:30 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-25 14:21:30 +0100 |
| commit | ef46186da8f5b3fbcc2495baf459c8ae23f8f01a (patch) | |
| tree | ccfd7adebf5d4304a5d07a455b4e172bd90fbac1 | |
| parent | 60ce4452a28cc308f1c5e6f9c78cc08f96f03573 (diff) | |
| download | SkyHanni-ef46186da8f5b3fbcc2495baf459c8ae23f8f01a.tar.gz SkyHanni-ef46186da8f5b3fbcc2495baf459c8ae23f8f01a.tar.bz2 SkyHanni-ef46186da8f5b3fbcc2495baf459c8ae23f8f01a.zip | |
more compact money/hr display
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/garden/CropMoneyDisplay.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/CropMoneyDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/CropMoneyDisplay.kt index a59aa22ee..d004befd8 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/CropMoneyDisplay.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/CropMoneyDisplay.kt @@ -60,7 +60,7 @@ class CropMoneyDisplay { val newDisplay = mutableListOf<List<Any>>() val title = if (config.moneyPerHourCompact) { - Collections.singletonList("§7Money per hour:") + Collections.singletonList("§7Money/hour:") } else { Collections.singletonList("§7Money per hour when selling:") } |
