mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Fixed message printing on mohaas/mohaab
This commit is contained in:
parent
819f6bcf71
commit
7fb42cf655
4 changed files with 17 additions and 7 deletions
|
@ -953,7 +953,7 @@ void G_ClientBegin(gentity_t *ent, usercmd_t *cmd)
|
|||
gi.Printf("%s has entered the battle\n", ent->client->pers.netname);
|
||||
}
|
||||
|
||||
G_PrintToAllClients(va("%s has entered the battle\n", ent->client->pers.netname));
|
||||
G_PrintToAllClients(va("%s has entered the battle\n", ent->client->pers.netname), 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue