mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix bad param
This commit is contained in:
parent
d424f25e3e
commit
351cbdce64
@ -58,7 +58,7 @@ private _deployed = _deploy isNotEqualTo [];
|
||||
if (!_deployed) then {
|
||||
// This covers testing vehicle stability and finding a safe position
|
||||
for "_i" from 1 to 3 do {
|
||||
_emptyPosAGL = [_vehicle, _item, _unloader, _checkVehicleIsStable] call EFUNC(common,findUnloadPosition);
|
||||
_emptyPosAGL = [_vehicle, _item, _unloader, nil, _checkVehicleIsStable] call EFUNC(common,findUnloadPosition);
|
||||
|
||||
if (_emptyPosAGL isNotEqualTo []) exitWith {};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user