mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 06:48:57 +00:00
replace character dialog
This commit is contained in:
@@ -442,6 +442,7 @@ public class Timeline {
|
||||
Tag t = tags.get(i);
|
||||
if (t instanceof CharacterIdTag && ((CharacterIdTag) t).getCharacterId() == oldCharacterId) {
|
||||
((CharacterIdTag) t).setCharacterId(newCharacterId);
|
||||
((Tag) t).setModified(true);
|
||||
modified = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user