mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 05:54:58 +00:00
initializers fix
This commit is contained in:
@@ -1920,7 +1920,7 @@ public class AVM2Code implements Cloneable {
|
||||
((TraitSlotConst) t).assignmentMethod = methodIndex;
|
||||
list.remove(i);
|
||||
i--;
|
||||
continue loopi;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user