Use the actual RIGHT fix -_-

This commit is contained in:
Yamagi Burmeister 2011-10-13 12:27:17 +00:00
parent 4db397a9c6
commit 1d6872caa7

View file

@ -656,7 +656,7 @@ T_Damage(edict_t *targ, edict_t *inflictor, edict_t *attacker,
asave += save;
/* team damage avoidance */
if (!(dflags & DAMAGE_NO_PROTECTION))
if (!(dflags & DAMAGE_NO_PROTECTION) && false)
{
return;
}