fix: update function call for taskDefend to use CFUNC
This commit is contained in:
parent
3668223f11
commit
22eca1f6cd
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user