DomenicDev/Crucified

Crash when 2 clients connect "at the same time"

Closed this issue · 1 comments

Sometimes in multiplayer, when 2 clients connect at the same time one app will crash because of an NullPointerException. This is caused because the ModelViewAppState hasn't loaded the spatial for a certain entity but another app state wants to access it --> result: NullPointer

This never occurred again for a long time now, So we think this has been fixed.