mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 03:11:53 +00:00
include without parenthesis
This commit is contained in:
@@ -211,7 +211,7 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
if (!isSimple && traitIndices.isEmpty()) {
|
||||
for (Trait t : abc.script_info.get(scriptIndex).traits.traits) {
|
||||
String fullName = t.getName(abc).getNameWithNamespace(abc.constants, false).toPrintableString(true);
|
||||
writer.appendNoHilight("include(\"" + fullName.replace(".", "/") + ".as\");").newLine();
|
||||
writer.appendNoHilight("include \"" + fullName.replace(".", "/") + ".as\";").newLine();
|
||||
}
|
||||
writer.newLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user