lumien231 / Random-Things

The Random Things Minecraft Mod
69 stars 42 forks source link

MessageContainerSignal leading to interaction with the world off the server thread #416

Closed phit closed 5 years ago

phit commented 5 years ago

world isn't threadsafe, please schedule anything from your message handler to run on the server thread via MinecraftServer#addScheduledTask

https://gist.github.com/Zekrom64/61a3c506e78e2c04a78d2271679de682