mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 22:21:35 +00:00
Do not add 0 as symbolclass needed character
This commit is contained in:
@@ -142,6 +142,10 @@ public class SymbolClassTag extends SymbolClassTypeTag {
|
||||
|
||||
@Override
|
||||
public void getNeededCharacters(Set<Integer> needed) {
|
||||
needed.addAll(tags);
|
||||
}
|
||||
for (int t : tags) {
|
||||
if (t != 0) { //main class
|
||||
needed.add(t);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user