mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-13 05:56:56 +03:00
Fix teamkill kick warning not working
This commit is contained in:
parent
0644bc2967
commit
d26718a711
1 changed files with 1 additions and 1 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()), qfalse);
|
||||
G_PrintToAllClients(va("%s %s", 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