From 927a4801fafd7e004a4f0afe97fffe501315d179 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:24:18 +0100 Subject: removed wrong feature toggles --- .../java/at/hannibal2/skyhanni/config/features/InventoryConfig.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni') 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 -- cgit