mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-22 19:41:24 +00:00
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,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
|
||||||
|
|
Loading…
Reference in a new issue