mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Created large number of missing objects in configs
Minor bugfixes in code
This commit is contained in:
@@ -107,7 +107,7 @@ void CPregameServer::handleConnection(CConnection *cpc)
|
||||
while(state == RUNNING) boost::this_thread::sleep(boost::posix_time::milliseconds(50));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
boost::unique_lock<boost::recursive_mutex> queueLock(mx);
|
||||
|
||||
Reference in New Issue
Block a user