mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 10:45:07 +00:00
Fixed #2207 AS - Index -2 out of bounds for some of the switches
This commit is contained in:
@@ -936,7 +936,7 @@ public class Graph {
|
||||
}
|
||||
|
||||
if (breakCount == 2) {
|
||||
if (breakCaseIndex == 0) {
|
||||
if (breakCaseIndex <= 0) {
|
||||
continue loopi;
|
||||
}
|
||||
if (swi.caseCommands.get(breakCaseIndex - 1).isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user