diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-11 01:29:12 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-11 01:29:12 +0100 |
commit | 2903229cd341c2f3384c5767833c5863b6559c45 (patch) | |
tree | 589dcd632d8d63d5e8d05562f5e5b8e5c175735d /src/main/java/at/hannibal2/skyhanni/config/commands | |
parent | 36f1f795ac569c712d86d02192082e233a5f17d8 (diff) | |
download | skyhanni-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.kt | 1 |
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() } |