Skip to content

Commit e1e0deb

Browse files
Backend: Remove Unused Config Option (hannibal002#3103)
1 parent 74ed374 commit e1e0deb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java

-9
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,6 @@ public class ChocolateFactoryConfig {
211211
@ConfigLink(owner = ChocolateFactoryConfig.class, field = "strayRabbitTracker")
212212
public Position strayRabbitTrackerPosition = new Position(300, 300, false, true);
213213

214-
@Expose
215-
@ConfigOption(
216-
name = "Hitman Slot Rabbit",
217-
desc = "Show the last rabbit found in hitman slots that are on cooldown."
218-
)
219-
@ConfigEditorBoolean
220-
@FeatureToggle
221-
public boolean hitmanSlotInfo = false;
222-
223214
@Expose
224215
@ConfigOption(name = "Hitman Costs", desc = "Show the sum cost of remaining hitman slots.")
225216
@ConfigEditorBoolean

0 commit comments

Comments
 (0)