aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-18 20:22:08 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-18 20:22:08 +0100
commit4b44988d83f1522c8279d9571e7b438d8f17cac0 (patch)
treeb87b3842cfec286acc139f15799fa3e2b6e7e0c4 /src/main/java/at/hannibal2/skyhanni/config/commands
parente1ee9ac488dbba5e6898e92bc9ebf93096e671b1 (diff)
downloadskyhanni-4b44988d83f1522c8279d9571e7b438d8f17cac0.tar.gz
skyhanni-4b44988d83f1522c8279d9571e7b438d8f17cac0.tar.bz2
skyhanni-4b44988d83f1522c8279d9571e7b438d8f17cac0.zip
moving debug command into own class
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
index 2f70c7e55..bb05b8aee 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -48,6 +48,7 @@ import at.hannibal2.skyhanni.features.misc.massconfiguration.DefaultConfigFeatur
import at.hannibal2.skyhanni.features.misc.visualwords.VisualWordGui
import at.hannibal2.skyhanni.features.rift.area.westvillage.VerminTracker
import at.hannibal2.skyhanni.features.slayer.SlayerProfitTracker
+import at.hannibal2.skyhanni.test.DebugCommand
import at.hannibal2.skyhanni.test.PacketTest
import at.hannibal2.skyhanni.test.SkyHanniConfigSearchResetCommand
import at.hannibal2.skyhanni.test.SkyHanniDebugsAndTests
@@ -264,7 +265,7 @@ object Commands {
registerCommand(
"shdebug",
"Copies SkyHanni debug data in the clipboard."
- ) { SkyHanniDebugsAndTests.debugData(it) }
+ ) { DebugCommand.command(it) }
registerCommand(
"shversion",
"Prints the SkyHanni version in the chat"