aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-10 03:11:30 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-10 03:11:30 +0100
commit158693dc3fc2605889cde4c981fd0463f1738a9a (patch)
tree003ad7903f06772d9415f2ce9c6bafbb604b5096 /src/main/java/at/hannibal2/skyhanni/config
parent9f1adbac1a07f0102e3ca1d477124f70473a9e33 (diff)
downloadskyhanni-158693dc3fc2605889cde4c981fd0463f1738a9a.tar.gz
skyhanni-158693dc3fc2605889cde4c981fd0463f1738a9a.tar.bz2
skyhanni-158693dc3fc2605889cde4c981fd0463f1738a9a.zip
Added support for /shworldedit left/right
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-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 77b189589..3dba2e047 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -278,7 +278,7 @@ object Commands {
"shworldedit",
"Select regions in the world",
{ WorldEdit.command(it) },
- { listOf("copy", "reset", "help") })
+ { listOf("copy", "reset", "help", "left", "right") })
registerCommand(
"shconfigsave",
"Manually saving the config"