diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-02 21:44:52 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-02 21:44:52 +0100 |
commit | ca584d799612def5cc926e9ff077309fcbe3ef0e (patch) | |
tree | 77237e95208f1dc34fd9e72bf8ca3d81c7535a96 /src/main/java/at/hannibal2/skyhanni | |
parent | 4ba71e645fae9e56b9ca44b682a178dbdedb46b0 (diff) | |
download | skyhanni-ca584d799612def5cc926e9ff077309fcbe3ef0e.tar.gz skyhanni-ca584d799612def5cc926e9ff077309fcbe3ef0e.tar.bz2 skyhanni-ca584d799612def5cc926e9ff077309fcbe3ef0e.zip |
Changed brackets to gray
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/garden/GardenVisitorFeatures.kt | 2 |
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)" } } } |