aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-22 13:54:21 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-22 13:54:21 +0100
commita1427ad9e196b5bd731e337c2661d3497e701fce (patch)
tree4328c3add8e1cd04e7b70fa90abb6cb14d618050 /src/main
parentbe9126ef8f5154ed7f0562e43cbd6c499ca892ba (diff)
downloadskyhanni-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.kt2
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(