Better HUD

Better HUD

1M Downloads

PickupCount is not thread-safe

mccreery opened this issue ยท 0 comments

commented

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