mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 21:21:01 +00:00
Fixed: #1636 Exception on reloading (7)
This commit is contained in:
@@ -122,7 +122,7 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
return packageName;
|
||||
}
|
||||
|
||||
public Trait getPublicTrait() {
|
||||
public Trait getPublicTrait() {
|
||||
for (int t : traitIndices) {
|
||||
Multiname name = abc.script_info.get(scriptIndex).traits.traits.get(t).getName(abc);
|
||||
Namespace ns = name.getNamespace(abc.constants);
|
||||
|
||||
Reference in New Issue
Block a user