Skip to content

Commit

Permalink
Update addons/overpressure/functions/fnc_firedEHOP.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Grim <[email protected]>
  • Loading branch information
bluefieldcreator and LinkIsGrim authored Oct 13, 2024
1 parent dcbedf0 commit b10cd76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/overpressure/functions/fnc_firedEHOP.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ private _unitOverpressureRangeAttribute = _unit getVariable QEGVAR(overpressure,

// If -1 (disabled) we return to server value, otherwise we use the given value.
if(_unitOverpressureRangeAttribute == -1) then { _unitOverpressureRangeAttribute = GVAR(overpressureDistanceCoefficient); };


_dangerZoneRange = _dangerZoneRange * _unitOverpressureRangeAttribute;

TRACE_3("cache",_dangerZoneAngle,_dangerZoneRange,_dangerZoneDamage);
Expand Down

0 comments on commit b10cd76

Please sign in to comment.