aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/Features.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-16 21:36:38 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-16 21:36:38 +0200
commit39f48f7cb127719ccfe84543198223b05de936b8 (patch)
tree4e8b6caf005a8cbf571b38f94fb3383b64354921 /src/main/java/at/hannibal2/skyhanni/config/Features.java
parentfe505fc83c2e608e6c30e36568bb6a1f2ecfade0 (diff)
downloadskyhanni-39f48f7cb127719ccfe84543198223b05de936b8.tar.gz
skyhanni-39f48f7cb127719ccfe84543198223b05de936b8.tar.bz2
skyhanni-39f48f7cb127719ccfe84543198223b05de936b8.zip
migrate ghost counter and damage splash config into combat
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/Features.java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/Features.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java
index 37b6e8331..29123ee00 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/Features.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java
@@ -120,10 +120,6 @@ public class Features extends Config {
public RiftConfig rift = new RiftConfig();
@Expose
- @Category(name = "Ghost Counter", desc = "Ghost Counter settings.")
- public GhostCounterConfig ghostCounter = new GhostCounterConfig();
-
- @Expose
@Category(name = "Misc", desc = "Settings without a category.")
public MiscConfig misc = new MiscConfig();