Fix newlines for G_PrintToAllClients

This commit is contained in:
smallmodel 2024-12-09 21:42:45 +01:00
parent d26718a711
commit 3cc417151d
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
3 changed files with 5 additions and 5 deletions

View file

@ -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")) {
//