mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
fixes
This commit is contained in:
@@ -819,7 +819,7 @@ void SaveGame::applyCl(CClient *cl)
|
||||
|
||||
void PlayerMessage::applyCl(CClient *cl)
|
||||
{
|
||||
logNetwork->debug("Player %s sends a message: %s", player.getStr(false), text);
|
||||
logNetwork->debug("Player %s sends a message: %s", player.getStr(), text);
|
||||
|
||||
std::ostringstream str;
|
||||
if(player.isSpectator())
|
||||
|
||||
Reference in New Issue
Block a user