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,7 +771,6 @@ 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