Fix count/forEach

This commit is contained in:
PabstMirror 2016-01-09 01:15:09 -06:00
parent ed4cc42897
commit a161008eb7

View File

@ -90,9 +90,8 @@ if ((vehicle ACE_player) != ACE_player) exitWith {};
[_helperObject, 0, [], _x] call EFUNC(interact_menu,addActionToObject);
nil
} count (_memPointsActions select _forEachIndex);
nil
} count _memPoints;
} forEach _memPoints;
};
};
}, 0, [((getPosASL ace_player) vectorAdd [-100,0,0]), [], [], []]] call CBA_fnc_addPerFrameHandler;