mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
these files were accidentally not commited in the last 2 commit, sorry
This commit is contained in:
@@ -134,7 +134,6 @@ public class Traits implements Serializable {
|
||||
} else {
|
||||
traitConvertTasks = new ArrayList<>();
|
||||
}
|
||||
pcode = true;
|
||||
for (int t = 0; t < traits.length; t++) {
|
||||
TraitConvertTask task = new TraitConvertTask(traits[t], makePackages, path, abcTags, abc, isStatic, pcode, scriptIndex, classIndex, highlighting, fullyQualifiedNames, t, parallel);
|
||||
if (parallel) {
|
||||
|
||||
Reference in New Issue
Block a user