mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
always add "others" node to tagtree, first characterid fixed
This commit is contained in:
@@ -467,7 +467,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
|
||||
public int getNextCharacterId() {
|
||||
int max = -1;
|
||||
int max = 0;
|
||||
for (int characterId : getCharacters().keySet()) {
|
||||
if (characterId > max) {
|
||||
max = characterId;
|
||||
|
||||
Reference in New Issue
Block a user