f2be8b04823350b9e6d2e99dabeb230cc86e0da7
Chunk loading logic can make getTileEntity calls, and these can be off of the main thread (i.e lighting). The TileEntity fixer makes a getType call, which will block on chunk load. Thus a deadlock can occur between a lighting thread and the server thread. By: Spottedleaf <Spottedleaf@users.noreply.github.com>
Description
No description provided
51 MiB
Languages
Java
100%