Removed a check that was made unnessicary by r1644.

This commit is contained in:
Zack Middleton 2012-08-24 18:04:44 +00:00
parent dc8b48855d
commit a3ae0dc5ef

View file

@ -771,8 +771,7 @@ int Team_TouchOurFlag( gentity_t *ent, gentity_t *other, int team ) {
} else if (player->client->sess.sessionTeam ==
cl->sess.sessionTeam) {
#ifdef MISSIONPACK
if (player != other)
AddScore(player, ent->r.currentOrigin, CTF_TEAM_BONUS);
AddScore(player, ent->r.currentOrigin, CTF_TEAM_BONUS);
#endif
// award extra points for capture assists
if (player->client->pers.teamState.lastreturnedflag +