Merge pull request #14 from tommyrot/fix_wrong_team_announced

Fix wrong team announce on flag return
This commit is contained in:
Yamagi 2022-04-11 08:44:13 +02:00 committed by GitHub
commit 606a52ddf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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