mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 09:45:35 +00:00
Fixed #1879 False tag order error with SoundStreamHead
This commit is contained in:
@@ -274,13 +274,6 @@ public class SoundStreamHeadTag extends Tag implements SoundStreamHeadTypeTag {
|
||||
public String toString() {
|
||||
return getName() + (virtualCharacterId > 0 ? " (" + virtualCharacterId + ")" : "");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void getNeededCharacters(Set<Integer> needed) {
|
||||
if (virtualCharacterId > 0) {
|
||||
needed.add(virtualCharacterId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//getNeededCharacters intentionally not defined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user