aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-29 22:02:04 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-29 22:02:04 +0200
commit34a2367fd024f82c194972f15cd633c4153441e8 (patch)
tree8081ff2af95dc2a0ab05da49dafbf95aef6cdf2a /src/main/java/at/hannibal2/skyhanni/config
parentf9850125f8bf12abd37f8246c5250d0edc4edd49 (diff)
downloadskyhanni-34a2367fd024f82c194972f15cd633c4153441e8.tar.gz
skyhanni-34a2367fd024f82c194972f15cd633c4153441e8.tar.bz2
skyhanni-34a2367fd024f82c194972f15cd633c4153441e8.zip
make coins per copper in visitor inventory default enabled
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 67f0decca..8b627c6d3 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -117,7 +117,7 @@ public class Garden {
@ConfigOption(name = "Copper Price", desc = "Show the price per copper inside the visitor gui.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 4)
- public boolean visitorCopperPrice = false;
+ public boolean visitorCopperPrice = true;
@Expose
@ConfigOption(name = "Garden Exp Price", desc = "Show the price per garden experience inside the visitor gui.")