mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:41:12 +00:00
small fixes
This commit is contained in:
@@ -127,7 +127,7 @@ public class ScriptPack {
|
||||
} else {
|
||||
abc.script_info[scriptIndex].traits.traits[t].convert(null, "", abcList, abc, false, exportMode, scriptIndex, -1, writer, new ArrayList<String>(), parallel);
|
||||
}
|
||||
String s = Graph.removeNonRefenrencedLoopLabels(writer.toString());
|
||||
String s = Graph.removeNonRefenrencedLoopLabels(writer.toString(), false);
|
||||
s = Helper.hexToComments(s);
|
||||
fos.write(s.getBytes("utf-8"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user