mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 10:15:11 +00:00
Changed: Prepared files have _debug/_debugpcode suffix.
Added: Prepare for p-code debugging. Added: Preparation progress Fixed: Nullpointer in tag when character not found.
This commit is contained in:
@@ -917,6 +917,9 @@ public abstract class Tag implements NeedsCharacters, Exportable, Serializable {
|
||||
if (swf.getCharacters(true).containsKey(characterId) && !swf.getCyclicCharacters().contains(characterId)) {
|
||||
Set<Integer> needed4 = new LinkedHashSet<>();
|
||||
CharacterTag character = swf.getCharacter(characterId);
|
||||
if (character == null) {
|
||||
continue;
|
||||
}
|
||||
if (character.isImported()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user