diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-12 22:31:28 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-12 22:31:28 +0200 |
commit | ed62b6ef35c6e174ba2907a788d42ddf6a4c9fe7 (patch) | |
tree | 1f04e45d8fce0ddac1224475616b61db39e7b92c /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 72eea5d065f9c2ef20ebe8ddf28c602c9f577078 (diff) | |
download | skyhanni-ed62b6ef35c6e174ba2907a788d42ddf6a4c9fe7.tar.gz skyhanni-ed62b6ef35c6e174ba2907a788d42ddf6a4c9fe7.tar.bz2 skyhanni-ed62b6ef35c6e174ba2907a788d42ddf6a4c9fe7.zip |
creating globalRenderToggle
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 |
1 files changed, 4 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 42416c69d..7d21fa92e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -195,6 +195,10 @@ object Commands { "Prints the SkyHanni version in the chat" ) { SkyHanniDebugsAndTests.debugVersion() } registerCommand( + "shrendertoggle", + "Disables/enables the rendering of all skyhanni guis." + ) { SkyHanniDebugsAndTests.toggleRender() } + registerCommand( "shcarrot", "Toggles receiving the 12 fortune from carrots" ) { CaptureFarmingGear.reverseCarrotFortune() } |