PickupCount is not thread-safe
mccreery opened this issue ยท 0 comments
Pickup count uses CopyOnWriteArrayList which only guarantees thread-safe iteration, but there are several places where, e.g. size is read before calling subList
, causing a potential IndexOutOfBoundsException
.
https://minecraft.curseforge.com/projects/better-hud?comment=158