diff options
author | HiZe <super@hize.be> | 2024-07-06 08:52:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 08:52:20 +0200 |
commit | e6216643e5e85f8912f969a079f0100e3bd5cbf9 (patch) | |
tree | 6e251bb5f130c6da50283a51bdc35a93319faa8d /src | |
parent | 2b9288aa84e5101ad7c8f3867509cb9b3298d775 (diff) | |
download | skyhanni-e6216643e5e85f8912f969a079f0100e3bd5cbf9.tar.gz skyhanni-e6216643e5e85f8912f969a079f0100e3bd5cbf9.tar.bz2 skyhanni-e6216643e5e85f8912f969a079f0100e3bd5cbf9.zip |
Fix: Worldedit command (#2179)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/WorldEdit.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/WorldEdit.kt b/src/main/java/at/hannibal2/skyhanni/test/WorldEdit.kt index 01b943959..9b3cec0a0 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/WorldEdit.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/WorldEdit.kt @@ -125,7 +125,7 @@ object WorldEdit { } "right", "pos2" -> { - leftPos = LocationUtils.playerLocation().toBlockPos() + rightPos = LocationUtils.playerLocation().toBlockPos() ChatUtils.chat("Set right pos.") } |