forked from Kolyah35/minecraft-pe-0.6.1
FIX: commands and multiplayer crashes
This commit is contained in:
@@ -200,7 +200,7 @@ void RakNetInstance::runEvents(NetEventCallback* callback)
|
||||
case ID_DISCONNECTION_NOTIFICATION:
|
||||
case ID_CONNECTION_LOST:
|
||||
callback->onDisconnect(currentEvent->guid);
|
||||
break;
|
||||
return;
|
||||
case ID_UNCONNECTED_PONG:
|
||||
{
|
||||
RakNet::TimeMS time;
|
||||
|
||||
Reference in New Issue
Block a user