aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-07 13:06:38 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-07 13:06:38 +0200
commitd345adc3ecd390d9b722127a4013a6edb6c3dc76 (patch)
tree2aac88e988a2bf146745e7267ef8b2996b467f1d /src/main/java/at/hannibal2/skyhanni/config/features
parent6be7873d9475686fdc404212cebd45f22edbff87 (diff)
downloadskyhanni-d345adc3ecd390d9b722127a4013a6edb6c3dc76.tar.gz
skyhanni-d345adc3ecd390d9b722127a4013a6edb6c3dc76.tar.bz2
skyhanni-d345adc3ecd390d9b722127a4013a6edb6c3dc76.zip
removing the extra toggle "entity outlines", the logic will now be enabled if any feature that works with it is enabled
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index efceff92b..3830f175b 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -1036,12 +1036,6 @@ public class MiscConfig {
public boolean configButtonOnPause = true;
@Expose
- @ConfigOption(name = "Entity Outlines", desc = "Enable entity outlines for applicable features.")
- @ConfigEditorBoolean
- @FeatureToggle
- public boolean enableEntityOutlines = true;
-
- @Expose
public Position inventoryLoadPos = new Position(394, 124, false, true);