mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix compiling error
This commit is contained in:
parent
44cc0e29a4
commit
b6c25273f8
|
@ -450,7 +450,7 @@ void CGameContext::Mute(const NETADDR *pAddr, int Secs, const char *pDisplayName
|
|||
if (pReason[0])
|
||||
str_format(aBuf, sizeof aBuf, "'%s' has been muted for %d seconds (%s)", pDisplayName, Secs, pReason);
|
||||
else
|
||||
str_format(aBuf, sizeof aBuf, "'%s' has been muted for %d seconds", pDisplayName, Secs, pReason);
|
||||
str_format(aBuf, sizeof aBuf, "'%s' has been muted for %d seconds", pDisplayName, Secs);
|
||||
SendChat(-1, CHAT_ALL, aBuf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue