RemoveObject constructor not setting character id to new character

This commit is contained in:
Jindra Petřík
2025-08-30 20:20:33 +02:00
parent c22ae6da2f
commit ec69e1eec9

View File

@@ -59,7 +59,6 @@ public class RemoveObjectTag extends RemoveTag implements CharacterIdTag {
*/
public RemoveObjectTag(SWF swf) {
super(swf, ID, NAME, null);
characterId = swf.getNextCharacterId();
}
/**