Server crash - CME at java.util.ArrayList$Itr.checkForComodificatio
ProsperCraft opened this issue ยท 1 comments
https://paste.fedoraproject.org/paste/jNwboscOHWE5lSNkJJdFnA
I don't know what the users were doing at the time, we just added the mod to the pack.
One of your other mods has a thread which is messing with the world entity list. This is the line:
world.getEntities(EntityCoupleableRollingStock.class, EntitySelectors.IS_ALIVE);
I am doing that inside of the world tick handler on the main thread. Not sure what other mod has a thread spawned which is messing with that list.