mirror of
https://github.com/yquake2/ctf.git
synced 2024-11-10 06:31:34 +00:00
Merge pull request #14 from tommyrot/fix_wrong_team_announced
Fix wrong team announce on flag return
This commit is contained in:
commit
606a52ddf4
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ BecomeExplosion1(edict_t *self)
|
||||||
{
|
{
|
||||||
CTFResetFlag(CTF_TEAM2); /* this will free self! */
|
CTFResetFlag(CTF_TEAM2); /* this will free self! */
|
||||||
gi.bprintf(PRINT_HIGH, "The %s flag has returned!\n",
|
gi.bprintf(PRINT_HIGH, "The %s flag has returned!\n",
|
||||||
CTFTeamName(CTF_TEAM1));
|
CTFTeamName(CTF_TEAM2));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue