mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Applied patch from #749
This commit is contained in:
@@ -510,7 +510,7 @@ void CClient::handlePack( CPack * pack )
|
||||
}
|
||||
else
|
||||
{
|
||||
tlog1 << "Message cannot be applied, cannot find applier! TypeID " << typeList.getTypeID(pack) << std::endl;
|
||||
tlog1 << "Message cannot be applied, cannot find applier! TypeID " << typeList.getTypeID(pack) << std::endl;
|
||||
}
|
||||
delete pack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user