aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 21:44:52 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-02 21:44:52 +0100
commitad4363d523e1b9dfdbd118af521456e5765590f3 (patch)
tree77237e95208f1dc34fd9e72bf8ca3d81c7535a96
parenta193bdf1bf00100f0b250577abd371de78d75fc9 (diff)
downloadSkyHanni-ad4363d523e1b9dfdbd118af521456e5765590f3.tar.gz
SkyHanni-ad4363d523e1b9dfdbd118af521456e5765590f3.tar.bz2
SkyHanni-ad4363d523e1b9dfdbd118af521456e5765590f3.zip
Changed brackets to gray
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt
index 07b0d433a..8748440a4 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt
@@ -198,7 +198,7 @@ class GardenVisitorFeatures {
if (matcher.matches()) {
val coppers = matcher.group(1).replace(",", "").toInt()
val pricePerCopper = NumberUtil.format((totalPrice / coppers).toInt())
- list[i] = list[i] + " §f(§7Copper price §6$pricePerCopper§f)"
+ list[i] = list[i] + " §7(Copper price §6$pricePerCopper§7)"
}
}
}