2
0
Эх сурвалжийг харах

Merge pull request #3028 from Nordsoft91/fixes

Fix campaign advance crash
Nordsoft91 2 жил өмнө
parent
commit
773fb965ba

+ 1 - 1
client/CServerHandler.cpp

@@ -924,7 +924,7 @@ void CServerHandler::threadHandleConnection()
 	try
 	{
 		sendClientConnecting();
-		while(c->connected)
+		while(c && c->connected)
 		{
 			while(state == EClientState::STARTING)
 				boost::this_thread::sleep_for(boost::chrono::milliseconds(10));