aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/garden
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-03 16:44:02 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-03 16:44:02 +0100
commite859d2873c11d24cbd8966bfcb06c80dd8901ab3 (patch)
treee52d2d3bed274545dcaca6bae11a831734aa422b /src/main/java/at/hannibal2/skyhanni/features/garden
parent277e341240e938683cc85ead741444e7fe9e809f (diff)
downloadskyhanni-e859d2873c11d24cbd8966bfcb06c80dd8901ab3.tar.gz
skyhanni-e859d2873c11d24cbd8966bfcb06c80dd8901ab3.tar.bz2
skyhanni-e859d2873c11d24cbd8966bfcb06c80dd8901ab3.zip
Formatting
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/garden')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorTimer.kt2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/SkyMartBestProfit.kt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorTimer.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorTimer.kt
index 83b38fb85..44a376e17 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorTimer.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorTimer.kt
@@ -54,7 +54,7 @@ class GardenVisitorTimer {
"Next in §e$formatDuration$extraSpeed"
}
val visitorLabel = if (visitorsAmount == 1) "visitor" else "visitors"
- render = "§b$visitorsAmount $visitorLabel §f($next§f)"
+ render = "§b$visitorsAmount $visitorLabel §7($next§7)"
}
@SubscribeEvent
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/SkyMartBestProfit.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/SkyMartBestProfit.kt
index 06498031a..cc3f842aa 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/SkyMartBestProfit.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/SkyMartBestProfit.kt
@@ -58,7 +58,7 @@ class SkyMartBestProfit {
iconMap[name] = NEUItems.getItemStack(internalName)
val advancedStats = if (config.skyMartCopperPriceAdvancedStats) {
- " §f(§6$priceFormat §f/ §c$amountFormat Copper§f)"
+ " §7(§6$priceFormat §f/ §c$amountFormat Copper§7)"
} else ""
val pair = Pair(name, "§6§l$perFormat$advancedStats")
priceMap[pair] = factor