G_ClientDisconnect should print differently on mohaas/mohaab

This commit is contained in:
smallmodel 2023-08-20 02:23:29 +02:00
parent 7d4cdac52c
commit 007a7681eb
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -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();