1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
This commit is contained in:
AlexVinS
2016-09-22 21:35:37 +03:00
parent fb384d83b8
commit 62d272f3e5
2 changed files with 5 additions and 5 deletions

View File

@@ -2520,7 +2520,7 @@ void CGameHandler::heroExchange(ObjectInstanceID hero1, ObjectInstanceID hero2)
void CGameHandler::sendToAllClients( CPackForClient * info )
{
logGlobal->trace("Sending to all clients a package of type %s", typeid(*info).name());
logNetwork->trace("Sending to all clients a package of type %s", typeid(*info).name());
for(auto & elem : conns)
{
boost::unique_lock<boost::mutex> lock(*(elem)->wmx);