diff --git a/soxs-autologhop/src/main/java/net/runelite/client/plugins/autologhop/AutoLogHopConfig.java b/soxs-autologhop/src/main/java/net/runelite/client/plugins/autologhop/AutoLogHopConfig.java index 57a8ee0..43818e9 100644 --- a/soxs-autologhop/src/main/java/net/runelite/client/plugins/autologhop/AutoLogHopConfig.java +++ b/soxs-autologhop/src/main/java/net/runelite/client/plugins/autologhop/AutoLogHopConfig.java @@ -122,26 +122,4 @@ default boolean combatRange() keyName = "skulledOnly", name = "Skulled Players Only", description = "Only triggers on skulled players.", - position = 20, - section = title - ) - default boolean skulledOnly() - { - return false; - } -/* - @ConfigItem( - keyName = "deadmanSkulls", - name = "Include Deadman Skulls", - description = "Include deadman skulls.", - position = 22, - section = title, - hidden = true, - unhide = "skulledOnly" - ) - default boolean deadmanSkulls() - { - return false; - } -*/ -} + position = 20