Skip to content

Commit

Permalink
Fix: Corpse Tracker not being disabled by /shdefaultoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jani270 committed Sep 19, 2024
1 parent ae23866 commit cdda518
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package at.hannibal2.skyhanni.config.features.mining;

import at.hannibal2.skyhanni.config.FeatureToggle;
import at.hannibal2.skyhanni.config.core.config.Position;
import com.google.gson.annotations.Expose;
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorBoolean;
Expand All @@ -11,6 +12,7 @@ public class CorpseTrackerConfig {
@Expose
@ConfigOption(name = "Enabled", desc = "Enable the Corpse Tracker overlay for Glacite Mineshafts.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = false;

@Expose
Expand Down

0 comments on commit cdda518

Please sign in to comment.