mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 20:45:35 +00:00
Fixed: ABC cleaner not properly fixing namespace sets
This commit is contained in:
@@ -163,7 +163,7 @@ public class ABCCleaner {
|
||||
}
|
||||
|
||||
for (int i = 1; i < abc.constants.getNamespaceSetCount(); i++) {
|
||||
if (notReferencedIndices.get(ABCSimpleUsageDetector.ItemKind.MULTINAME).contains(i)) {
|
||||
if (notReferencedIndices.get(ABCSimpleUsageDetector.ItemKind.NAMESPACESET).contains(i)) {
|
||||
continue;
|
||||
}
|
||||
NamespaceSet m = abc.constants.getNamespaceSet(i);
|
||||
|
||||
Reference in New Issue
Block a user