Memory leak in ItemMMDArmor
Opened this issue · 0 comments
ImMorpheus commented
MMDLib/src/main/java/com/mcmoddev/lib/item/ItemMMDArmor.java
Lines 41 to 43 in 8157d55
these map are leaking EntityPlayer instances. Please switch to a Map<UUID, AtomicInteger> and Map<UUID, AtomicLong>