diff --git a/sku.0/sys.server/compiled/game/script/library/combat.java b/sku.0/sys.server/compiled/game/script/library/combat.java index 763091752..830a250ed 100755 --- a/sku.0/sys.server/compiled/game/script/library/combat.java +++ b/sku.0/sys.server/compiled/game/script/library/combat.java @@ -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)