mirror of
https://github.com/yquake2/ctf.git
synced 2025-05-11 19:10:37 +00:00
Fix wrong team being announced when the blue flag is returned after it gets destroyed.
This commit is contained in:
parent
55b80715ac
commit
7932c76d16
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