mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
committed by
Arseniy Shestakov
parent
d9d01f0b68
commit
965b33d16a
@ -176,7 +176,7 @@ void CVCMIServer::run()
|
||||
}
|
||||
}
|
||||
|
||||
while(state == EServerState::LOBBY)
|
||||
while(state == EServerState::LOBBY || state == EServerState::GAMEPLAY_STARTING)
|
||||
boost::this_thread::sleep(boost::posix_time::milliseconds(50));
|
||||
|
||||
logNetwork->info("Thread handling connections ended");
|
||||
|
Reference in New Issue
Block a user