mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix 3024
This commit is contained in:
@@ -924,7 +924,7 @@ void CServerHandler::threadHandleConnection()
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
sendClientConnecting();
|
sendClientConnecting();
|
||||||
while(c->connected)
|
while(c && c->connected)
|
||||||
{
|
{
|
||||||
while(state == EClientState::STARTING)
|
while(state == EClientState::STARTING)
|
||||||
boost::this_thread::sleep_for(boost::chrono::milliseconds(10));
|
boost::this_thread::sleep_for(boost::chrono::milliseconds(10));
|
||||||
|
Reference in New Issue
Block a user