diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-30 22:24:18 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-30 22:24:18 +0100 |
commit | 927a4801fafd7e004a4f0afe97fffe501315d179 (patch) | |
tree | cbe9c56f473e0f697eb67204ae2a75c6957bd653 /src/main/java/at/hannibal2 | |
parent | 20e5dc5bc8a82bb9d65129ae4c524ff3e26846d9 (diff) | |
download | skyhanni-927a4801fafd7e004a4f0afe97fffe501315d179.tar.gz skyhanni-927a4801fafd7e004a4f0afe97fffe501315d179.tar.bz2 skyhanni-927a4801fafd7e004a4f0afe97fffe501315d179.zip |
removed wrong feature toggles
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 |