bad darth

This commit is contained in:
DarthArgus
2016-12-28 15:49:07 +00:00
parent ced8db4cc4
commit bc78e1ced7
@@ -3315,7 +3315,6 @@ public class combat extends script.base_script
if (weaponData == null)
{
CustomerServiceLog("COMBAT_exception", "getAttackerCritMod: Player %TU caused an exception with bad cached data on weapon " + weapon + "/" + getTemplateName(weapon), attacker);
return (float) 0; // fuck you
}
boolean isRangedAttacker = isRangedWeapon(weapon);
if (isRangedAttacker)