Skip to content

Commit

Permalink
Shouldn't have changed this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Jun 15, 2024
1 parent a38695f commit 717286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/logistics_wirecutter/functions/fnc_interactEH.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TRACE_1("Starting wirecuter interact PFH",_interactionType);
}
};
{
if !((_x in _fencesHelped) && {_x call FUNC(isFence)}) then {
if (!(_x in _fencesHelped) && {_x call FUNC(isFence)}) then {
_fencesHelped pushBack _x;
private _helper = "ACE_LogicDummy" createVehicleLocal [0, 0, 0];
private _action = [QGVAR(helperCutFence), localize LSTRING(CutFence), QPATHTOF(ui\wirecutter_ca.paa), _fncStatement, _fncCondition, {}, _x, {[0, 0, 0]}, 5.5, [false, false, false, false, true]] call EFUNC(interact_menu,createAction);
Expand Down

0 comments on commit 717286b

Please sign in to comment.