From 5bb98aed61e4dadba12d203aad770d0408171ef3 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 8 Jun 2024 19:41:21 +0200 Subject: Improvement: Auto-detect whether Great Explorer is maxed (#2032) --- .../skyhanni/config/features/mining/PowderTrackerConfig.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderTrackerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderTrackerConfig.java index 79238b29f..2f277d925 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderTrackerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/mining/PowderTrackerConfig.java @@ -45,11 +45,6 @@ public class PowderTrackerConfig { @ConfigEditorBoolean public boolean onlyWhenPowderGrinding = false; - @Expose - @ConfigOption(name = "Great Explorer", desc = "Enable this if your Great Explorer perk is maxed.") - @ConfigEditorBoolean - public boolean greatExplorerMaxed = false; - @Expose @ConfigOption( name = "Text Format", -- cgit