fix: update function call for taskDefend to use CFUNC

This commit is contained in:
Jacob Schmidt 2026-04-26 00:19:30 -05:00
parent 3668223f11
commit 22eca1f6cd

View File

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