[editor only] Fix custom vars migration

This commit is contained in:
fgnm
2022-03-06 13:00:47 +01:00
parent 322a2b751d
commit 5695e11aea
@@ -216,6 +216,7 @@ public class VersionMigTo100 implements IVersionMigrator {
target.itemIdentifier = vo.itemIdentifier;
target.itemName = vo.itemName;
if(vo.tags != null) target.tags = Arrays.copyOf(vo.tags, vo.tags.length);
target.customVariables.putAll(vo.customVariables);
target.x = vo.x;
target.y = vo.y;
target.rotation = vo.rotation;