Removed old spawn

This commit is contained in:
SilentSpike 2015-05-15 21:03:19 +01:00
parent 84d06bac34
commit 9d0af2138c

View File

@ -153,7 +153,7 @@ if (_activated) then {
} foreach (_logic getvariable ["channels",[]]);
// Added by ACE_zeus to delay ascension message at mission start
[{_this spawn DFUNC(moduleCuratorDelay);},[_logic,1]] call EFUNC(common,execNextFrame);
[DFUNC(moduleCuratorDelay),[_logic,1]] call EFUNC(common,execNextFrame);
[_logic,"curatorUnitAssigned",[_logic,_player]] call bis_fnc_callscriptedeventhandler;
@ -201,7 +201,7 @@ if (_activated) then {
_addons call bis_fnc_activateaddons;
// Added by ACE_zeus to delay bird code
[{_this spawn DFUNC(moduleCuratorDelay);},[_logic,0]] call EFUNC(common,execNextFrame);
[DFUNC(moduleCuratorDelay),[_logic,0]] call EFUNC(common,execNextFrame);
};
//--- Player