summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/test
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-16 12:36:25 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-16 12:36:25 +0200
commit5f2375401042c9d8a3289237eea50b97ba515c19 (patch)
treed8aeba8623982b917e3d0ef666e6bcd7a87e49d7 /src/main/java/at/hannibal2/skyhanni/test
parent2500d25907d0ddff4b2e518a9b54d8826c49b8dd (diff)
downloadskyhanni-5f2375401042c9d8a3289237eea50b97ba515c19.tar.gz
skyhanni-5f2375401042c9d8a3289237eea50b97ba515c19.tar.bz2
skyhanni-5f2375401042c9d8a3289237eea50b97ba515c19.zip
fixed recent config rename
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/test/TestExportTools.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/TestExportTools.kt b/src/main/java/at/hannibal2/skyhanni/test/TestExportTools.kt
index f682c1a61..a924da86d 100644
--- a/src/main/java/at/hannibal2/skyhanni/test/TestExportTools.kt
+++ b/src/main/java/at/hannibal2/skyhanni/test/TestExportTools.kt
@@ -73,5 +73,7 @@ object TestExportTools {
@SubscribeEvent
fun onConfigFix(event: ConfigUpdaterMigrator.ConfigFixEvent) {
event.move(3, "dev.copyNBTDataCompressed", "dev.debug.copyNBTDataCompressed")
+ event.move(4, "dev.debug.copyNBTData", "dev.debug.copyItemData")
+ event.move(4, "dev.debug.copyNBTDataCompressed", "dev.debug.copyItemDataCompressed")
}
} \ No newline at end of file