New function name applied

This commit is contained in:
IT07 2016-04-14 12:25:23 +02:00
parent 98341f5fc8
commit 1128b3f0a2

View File

@ -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;
};
};