aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-11 08:18:44 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-11 08:18:44 +0100
commitc52c7d3d76015b95a97c0ebe3e78e40831f21a58 (patch)
tree078061bb1259ca27df324fc5e602e1955b8673f1 /src/main/java/at
parent7c36523705c81bc5b30a4065e85ab4811eb26e7a (diff)
downloadskyhanni-c52c7d3d76015b95a97c0ebe3e78e40831f21a58.tar.gz
skyhanni-c52c7d3d76015b95a97c0ebe3e78e40831f21a58.tar.bz2
skyhanni-c52c7d3d76015b95a97c0ebe3e78e40831f21a58.zip
Removed pillar features from config.
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
index 3275304ec..641cd581d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java
@@ -64,25 +64,6 @@ public class Slayer {
public boolean blazeHideDaggerWarning = false;
@Expose
- @ConfigOption(name = "Fire Pillars", desc = "")
- @ConfigEditorAccordion(id = 3)
- @ConfigAccordionId(id = 1)
- public boolean blazePillars = false;
-
- @Expose
- @ConfigOption(name = "Pillar Display", desc = "Cooldown when the Fire Pillar from the Blaze Slayer will kill you.")
- @ConfigEditorBoolean
- @ConfigAccordionId(id = 3)
- public boolean firePillarDisplay = false;
-
- @Expose
- @ConfigOption(name = "Pillar Sound", desc = "Custom countdown sound for the Fire Pillar timer and hide pillar build sound for the Blaze Slayer.")
- @ConfigEditorBoolean
- @ConfigAccordionId(id = 3)
- public boolean firePillarSound = false;
-
-
- @Expose
@ConfigOption(name = "Fire Pits", desc = "Warning when the fire pit phase starts for the Blaze Slayer tier 3 and 4.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 1)