mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
G_ClientDisconnect should print differently on mohaas/mohaab
This commit is contained in:
parent
7d4cdac52c
commit
007a7681eb
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ void G_ClientDisconnect(gentity_t *ent)
|
|||
return;
|
||||
}
|
||||
|
||||
G_PrintToAllClients(va("%s has left the battle\n", ent->client->pers.netname));
|
||||
G_PrintToAllClients(va("%s has left the battle\n", ent->client->pers.netname), 2);
|
||||
|
||||
((Player *)ent->entity)->Disconnect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue