Fixed message printing on mohaas/mohaab

This commit is contained in:
smallmodel 2023-08-14 20:44:28 +02:00
parent 819f6bcf71
commit 7fb42cf655
No known key found for this signature in database
GPG key ID: A96F163ED4891440
4 changed files with 17 additions and 7 deletions

View file

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