aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-15 13:27:55 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-15 13:27:55 +0200
commit092373eac695c883207bfe04d72f209481d0ade9 (patch)
treeec7d4e6391b3c10c30dd6912d9164d93d0cbcdfb /src/main/java/at/hannibal2/skyhanni/config
parent90e445a956f3e149d1197cc514738602857e0a91 (diff)
downloadskyhanni-092373eac695c883207bfe04d72f209481d0ade9.tar.gz
skyhanni-092373eac695c883207bfe04d72f209481d0ade9.tar.bz2
skyhanni-092373eac695c883207bfe04d72f209481d0ade9.zip
Removed Broken Wither Impact detection
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
index 9b48f0779..7814b954e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
@@ -424,14 +424,6 @@ public class SlayerConfig {
}
@Expose
- @ConfigOption(name = "Broken Wither Impact",
- desc = "Warns when right-clicking with a Wither Impact weapon (e.g. Hyperion) no longer gains combat exp. " +
- "Kill a mob with melee-hits to fix this hypixel bug. §cOnly works while doing slayers!"
- )
- @ConfigEditorBoolean
- public boolean brokenHyperion = true;
-
- @Expose
@ConfigOption(name = "Miniboss Highlight", desc = "Highlight slayer miniboss in blue color.")
@ConfigEditorBoolean
public boolean slayerMinibossHighlight = false;