aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-11 01:29:12 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-11 01:29:12 +0100
commit2903229cd341c2f3384c5767833c5863b6559c45 (patch)
tree589dcd632d8d63d5e8d05562f5e5b8e5c175735d /src/main/java/at/hannibal2/skyhanni/config/commands
parent36f1f795ac569c712d86d02192082e233a5f17d8 (diff)
downloadskyhanni-2903229cd341c2f3384c5767833c5863b6559c45.tar.gz
skyhanni-2903229cd341c2f3384c5767833c5863b6559c45.tar.bz2
skyhanni-2903229cd341c2f3384c5767833c5863b6559c45.zip
Added command /copyentities
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt1
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 787d1000f..510f66f0d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -33,6 +33,7 @@ object Commands {
registerCommand("shreloadlocalrepo") { SkyHanniMod.repo.reloadLocalRepo() }
registerCommand("shupdaterepo") { SkyHanniMod.repo.updateRepo() }
registerCommand("testhanni") { LorenzTest.testCommand(it) }
+ registerCommand("copylocation") { LorenzTest.copyLocation() }
registerCommand("copyentities") { CopyNearbyEntitiesCommand.command(it) }
registerCommand("copyitem") { CopyItemCommand.command(it) }
registerCommand("shconfigsave") { SkyHanniMod.configManager.saveConfig() }