jaquadro / StorageDrawers

A mod adding compartmental storage for Minecraft Forge
MIT License
203 stars 160 forks source link

Fix occasional crash due to bad removal during iteration #1170

Closed HugoSandell closed 3 weeks ago

HugoSandell commented 3 weeks ago

This change addresses a bug where the removal a remote node that fails to validate causes the iterator to throw a ConcurrentModifactionException.