Skip to content

Commit e1e8a06

Browse files
committed
Removed pillar features from config.
1 parent c09a197 commit e1e8a06

File tree

1 file changed

+0
-19
lines changed
  • src/main/java/at/hannibal2/skyhanni/config/features

1 file changed

+0
-19
lines changed

src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,6 @@ public class Slayer {
6363
@ConfigAccordionId(id = 2)
6464
public boolean blazeHideDaggerWarning = false;
6565

66-
@Expose
67-
@ConfigOption(name = "Fire Pillars", desc = "")
68-
@ConfigEditorAccordion(id = 3)
69-
@ConfigAccordionId(id = 1)
70-
public boolean blazePillars = false;
71-
72-
@Expose
73-
@ConfigOption(name = "Pillar Display", desc = "Cooldown when the Fire Pillar from the Blaze Slayer will kill you.")
74-
@ConfigEditorBoolean
75-
@ConfigAccordionId(id = 3)
76-
public boolean firePillarDisplay = false;
77-
78-
@Expose
79-
@ConfigOption(name = "Pillar Sound", desc = "Custom countdown sound for the Fire Pillar timer and hide pillar build sound for the Blaze Slayer.")
80-
@ConfigEditorBoolean
81-
@ConfigAccordionId(id = 3)
82-
public boolean firePillarSound = false;
83-
84-
8566
@Expose
8667
@ConfigOption(name = "Fire Pits", desc = "Warning when the fire pit phase starts for the Blaze Slayer tier 3 and 4.")
8768
@ConfigEditorBoolean

0 commit comments

Comments
 (0)