mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 20:44:55 +00:00
RemoveObject constructor not setting character id to new character
This commit is contained in:
@@ -59,7 +59,6 @@ public class RemoveObjectTag extends RemoveTag implements CharacterIdTag {
|
||||
*/
|
||||
public RemoveObjectTag(SWF swf) {
|
||||
super(swf, ID, NAME, null);
|
||||
characterId = swf.getNextCharacterId();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user