MysticMods / Albedo

A mod for Minecraft to allow coloured lighting.
MIT License
10 stars 6 forks source link

EventManager#startThread is thread-unsafe #3

Open Johni0702 opened 4 years ago

Johni0702 commented 4 years ago

Accessing the player or world from anything but the main thread is unsafe.

https://github.com/MysticMods/Albedo/blob/ac04f25efcdf8d1d375f305b9cf9ad8cf5e41d76/src/main/java/com/hrznstudio/albedo/EventManager.java#L57-L81