mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:20:45 +00:00
Fixed removeIncludedActions - do..while changed to while(true)
as it was not working when firstItem was excluded and thus removed. Statement "continue" in do..while checks condition immediately and then terminating loop, because firstItem is now the second of the list. Other excluded items then won't be removed.
This commit is contained in:
+762
-759
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user