mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 11:48:08 +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: