mcMMO-Dev/mcMMO

Thread-unsafe containers caused thread death in Folia server

KujouMolean opened this issue · 0 comments

eg: WeakHashMap mobRegistry in MobMetadataUtils

Replacing the non-thread-safe container in the plugin can better support multi-threaded environments.