diff options
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java index d1bf61efa..c0906d512 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java @@ -241,13 +241,11 @@ public class InventoryConfig { @Expose @ConfigOption(name = "Enabled in dungeons", desc = "Enable the feature in dungeons.") @ConfigEditorBoolean - @FeatureToggle public boolean enableInDungeons = false; @Expose @ConfigOption(name = "Enable during Item Value", desc = "Show this display even if the Estimated Item Value is visible.") @ConfigEditorBoolean - @FeatureToggle public boolean showDuringEstimatedItemValue = false; @Expose |