From 708a3fa4d8d587ba8423441477ee017f014ea87c Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 4 Jun 2023 13:14:42 +0200 Subject: Made the title a bit shorter/better readable and made the feature default disabled --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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.") -- cgit