Fix teamkill kick warning not working

This commit is contained in:
smallmodel 2024-12-09 21:32:38 +01:00
parent 0644bc2967
commit d26718a711
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

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()), qfalse);
G_PrintToAllClients(va("%s %s", client->pers.netname, message.c_str()), 2);
if (Q_stricmp(Info_ValueForKey(client->pers.userinfo, "ip"), "localhost")) {
//