HorseNuggets / TerminatorPlus

the epic plugin
Eclipse Public License 2.0
145 stars 53 forks source link

fix ConcurrentModificationException #26

Closed Badbird5907 closed 3 years ago

Badbird5907 commented 3 years ago

I had made this fix a while ago, didn't commit it. This doesn't seem to cause any problems for me. I replaced the HashSet with ConcurrentHashMap.newKeySet which should create a "ConcurrentHashSet"