mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
New function name applied
This commit is contained in:
parent
98341f5fc8
commit
1128b3f0a2
@ -22,7 +22,7 @@ if ([["aiStatic"],["enabled"]] call VEMFr_fnc_getSetting isEqualTo 1) then
|
||||
_amounts = _settings select 1;
|
||||
{
|
||||
_amount = _amounts select _foreachindex;
|
||||
[_x, 2, _amount / 2, "aiMode" call VEMFr_fnc_getSetting] spawn VEMFr_fnc_spawnAI;
|
||||
[_x, 2, _amount / 2, "aiMode" call VEMFr_fnc_getSetting] spawn VEMFr_fnc_spawnVEMFrAI;
|
||||
} forEach _positions;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user