Advanced-Portals/core
TreemanKing 8afbae50fb fix: string commands were erroring (#426)
So the list that is being filtered is immutable, hence doesn't work with in conjunction with removeIf.

There are two solutions, either
- stream it (which I've done in this PR)
OR
- create a new ArrayList each time for filtering since that is mutable
2024-11-18 05:32:21 +00:00
..
src/main fix: string commands were erroring (#426) 2024-11-18 05:32:21 +00:00
build.gradle chore: build upgrades (#417) 2024-11-18 05:32:21 +00:00