mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
fix my mistake
This commit is contained in:
@@ -3315,7 +3315,7 @@ 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 0.0; // fuck you
|
||||
return (float) 0; // fuck you
|
||||
}
|
||||
boolean isRangedAttacker = isRangedWeapon(weapon);
|
||||
if (isRangedAttacker)
|
||||
|
||||
Reference in New Issue
Block a user