diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-11 11:42:11 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-11 11:42:11 +0100 |
commit | 5477d22a05c366095f402de10c1e0b9b15e18320 (patch) | |
tree | 1ce68edfe72dbd54ec5f630119c7b79013edb98e /src/main/java/at/hannibal2/skyhanni/config | |
parent | 20cbb7d8e48757ae21230a650dcee06a56aaa190 (diff) | |
download | skyhanni-5477d22a05c366095f402de10c1e0b9b15e18320.tar.gz skyhanni-5477d22a05c366095f402de10c1e0b9b15e18320.tar.bz2 skyhanni-5477d22a05c366095f402de10c1e0b9b15e18320.zip |
Added /shdebugwaypoint as test/debug command.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 1 |
1 files changed, 1 insertions, 0 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 89885ec4d..a2a1468a9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -259,6 +259,7 @@ object Commands { private fun developersCodingHelp() { registerCommand("shtest", "Unused test command.") { SkyHanniDebugsAndTests.testCommand(it) } + registerCommand("shdebugwaypoint", "Mark a waypoint on that location") { SkyHanniDebugsAndTests.waypoint(it) } registerCommand("shreloadlocalrepo", "Reloading the local repo data") { SkyHanniMod.repo.reloadLocalRepo() } registerCommand("shchathistory", "Show the unfiltered chat history") { ChatManager.openChatFilterGUI() } registerCommand( |