mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:51:10 +00:00
Multilanguage support
Czech language added
This commit is contained in:
@@ -1358,7 +1358,7 @@ public class Graph {
|
||||
|
||||
|
||||
if (debugMode) {
|
||||
System.err.println("PART " + part+" nextsize:"+part.nextParts.size());
|
||||
System.err.println("PART " + part + " nextsize:" + part.nextParts.size());
|
||||
}
|
||||
|
||||
/*while (((part != null) && (part.getHeight() == 1)) && (code.size() > part.start) && (code.get(part.start).isJump())) { //Parts with only jump in it gets ignored
|
||||
|
||||
Reference in New Issue
Block a user