aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-04 13:14:42 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-04 13:14:42 +0200
commit708a3fa4d8d587ba8423441477ee017f014ea87c (patch)
treede55ff16bdb3ed06cbaded9eaa30a9f9111631f9 /src/main/java/at/hannibal2
parentfe815d80f1d995ebaa65c52da8f9efd9bf166cf3 (diff)
downloadskyhanni-708a3fa4d8d587ba8423441477ee017f014ea87c.tar.gz
skyhanni-708a3fa4d8d587ba8423441477ee017f014ea87c.tar.bz2
skyhanni-708a3fa4d8d587ba8423441477ee017f014ea87c.zip
Made the title a bit shorter/better readable and made the feature default disabled
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
index 0d2fd71ba..dfbe7c4c4 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
@@ -485,9 +485,9 @@ public class Misc {
public boolean serverRestartTitle = true;
@Expose
- @ConfigOption(name = "Pocket Sack-In-A-Sack Applied", desc = "Show numbers of Pocket Sack-In-A-Sack applied on a sack.")
+ @ConfigOption(name = "Pocket Sack-In-A-Sack", desc = "Show numbers of Pocket Sack-In-A-Sack applied on a sack.")
@ConfigEditorBoolean
- public boolean sackInASackApplied = true;
+ public boolean sackInASackApplied = false;
@Expose
@ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.")