diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-22 13:54:21 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-22 13:54:21 +0100 |
commit | a1427ad9e196b5bd731e337c2661d3497e701fce (patch) | |
tree | 4328c3add8e1cd04e7b70fa90abb6cb14d618050 /src/main | |
parent | be9126ef8f5154ed7f0562e43cbd6c499ca892ba (diff) | |
download | skyhanni-a1427ad9e196b5bd731e337c2661d3497e701fce.tar.gz skyhanni-a1427ad9e196b5bd731e337c2661d3497e701fce.tar.bz2 skyhanni-a1427ad9e196b5bd731e337c2661d3497e701fce.zip |
Hypixel command /whereami already exists
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 |
1 files changed, 1 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 f622ba7bb..d14628560 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -211,7 +211,7 @@ object Commands { "Reset data about minion profit and the name display on the private island" ) { MinionFeatures.clearMinionData() } registerCommand( - "whereami", + "shwhereami", "Print current island in chat" ) { SkyHanniDebugsAndTests.whereami() } registerCommand( |