mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +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,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 +
|
||||
|
|
Loading…
Reference in a new issue