mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-12 21:46:54 +03:00
Fix newlines for G_PrintToAllClients
This commit is contained in:
parent
d26718a711
commit
3cc417151d
3 changed files with 5 additions and 5 deletions
|
@ -4256,7 +4256,7 @@ void Player::ClientInactivityTimer(void)
|
|||
//
|
||||
// The player reached maximum team kills
|
||||
//
|
||||
G_PrintToAllClients(va("%s %s", client->pers.netname, message.c_str()), 2);
|
||||
G_PrintToAllClients(va("%s %s\n", client->pers.netname, message.c_str()), 2);
|
||||
|
||||
if (Q_stricmp(Info_ValueForKey(client->pers.userinfo, "ip"), "localhost")) {
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue