Removed a check that was made unnessicary by r1644.
This commit is contained in:
parent
dc8b48855d
commit
a3ae0dc5ef
1 changed files with 1 additions and 2 deletions
|
@ -771,8 +771,7 @@ int Team_TouchOurFlag( gentity_t *ent, gentity_t *other, int team ) {
|
||||||
} else if (player->client->sess.sessionTeam ==
|
} else if (player->client->sess.sessionTeam ==
|
||||||
cl->sess.sessionTeam) {
|
cl->sess.sessionTeam) {
|
||||||
#ifdef MISSIONPACK
|
#ifdef MISSIONPACK
|
||||||
if (player != other)
|
AddScore(player, ent->r.currentOrigin, CTF_TEAM_BONUS);
|
||||||
AddScore(player, ent->r.currentOrigin, CTF_TEAM_BONUS);
|
|
||||||
#endif
|
#endif
|
||||||
// award extra points for capture assists
|
// award extra points for capture assists
|
||||||
if (player->client->pers.teamState.lastreturnedflag +
|
if (player->client->pers.teamState.lastreturnedflag +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue