Fix wrong team being announced when the blue flag is returned after it gets destroyed.

This commit is contained in:
tommyrot 2022-03-25 03:13:53 +01:00
parent 55b80715ac
commit 7932c76d16

View file

@ -334,7 +334,7 @@ BecomeExplosion1(edict_t *self)
{
CTFResetFlag(CTF_TEAM2); /* this will free self! */
gi.bprintf(PRINT_HIGH, "The %s flag has returned!\n",
CTFTeamName(CTF_TEAM1));
CTFTeamName(CTF_TEAM2));
return;
}