Rendering Entity Null on other Player in Vechile
kandivia opened this issue ยท 2 comments
On a server, while a player is mounted in a vehicle, if another player walks into render distance of it, they receive a null pointer exception and crashes their client.
This is caused by the client not getting the vehicle data from the server before the player starts to render. There's a delay in Minecraft between the basic entity data, and the supplemental data that MTS sends. Will patch.
Fixed in Commit 3436ec1.