diff --git a/arma/server/addons/task/functions/fnc_spawnEnemyWave.sqf b/arma/server/addons/task/functions/fnc_spawnEnemyWave.sqf index eac719a..1bc1bc5 100644 --- a/arma/server/addons/task/functions/fnc_spawnEnemyWave.sqf +++ b/arma/server/addons/task/functions/fnc_spawnEnemyWave.sqf @@ -77,7 +77,7 @@ private _groups = []; _unit enableDynamicSimulation true; }; - [_group, _center, _radius * 0.75] call CBA_fnc_taskDefend; + [_group, _center, _radius * 0.75] call CFUNC(taskDefend); } forEach _spawnPositions; ["INFO", format ["Spawned defense wave %1 for task %2 with %3 units", _waveNumber + 1, _taskID, _unitCount]] call EFUNC(common,log);