Skip to content

Commit

Permalink
Remove lazy eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 committed Mar 9, 2022
1 parent 384670b commit 94d3871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/Rearm/functions/fnc_canRearmFromOutside.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

params ["_vehicle", "_player", "_selection", "_radius"];

{isNull objectParent _player} && // not in vehicle
isNull objectParent _player && // not in vehicle
{([_player, _vehicle, _selection] call FUNC(distanceSelection)) < _radius} // "machinegun_eject_pos" for mg; "smoke9_pos" for smoke launcher

0 comments on commit 94d3871

Please sign in to comment.