diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-08 17:42:40 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-08 17:42:40 +0200 |
| commit | 94580be18be2167e1e99f01803603c1e1d318402 (patch) | |
| tree | ba9e152ae016f49ef7dbbd68fa55f8ae369a6665 /src/main/java/at/hannibal2/skyhanni/test/command | |
| parent | fd22a19a401c50d103722c7a1694d051bc7cb84d (diff) | |
| download | skyhanni-94580be18be2167e1e99f01803603c1e1d318402.tar.gz skyhanni-94580be18be2167e1e99f01803603c1e1d318402.tar.bz2 skyhanni-94580be18be2167e1e99f01803603c1e1d318402.zip | |
renamed class
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test/command')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt index 2b33c8e82..d2f0b60ab 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt @@ -1,6 +1,6 @@ package at.hannibal2.skyhanni.test.command -import at.hannibal2.skyhanni.test.SkyHanniTestCommand +import at.hannibal2.skyhanni.test.SkyHanniDebugsAndTests import at.hannibal2.skyhanni.utils.ItemUtils.getInternalName_old import at.hannibal2.skyhanni.utils.ItemUtils.getLore import at.hannibal2.skyhanni.utils.LorenzUtils @@ -32,7 +32,7 @@ object CopyItemCommand { resultList.add("") resultList.add("ExtraAttributes") val extraAttributes = tagCompound.getCompoundTag("ExtraAttributes") - SkyHanniTestCommand.runn(extraAttributes, " . ") + SkyHanniDebugsAndTests.runn(extraAttributes, " . ") } } |
