Fix the module on dedicated servers

This commit is contained in:
SilentSpike 2015-06-22 00:17:29 +01:00
parent e3e415c727
commit 398f1c768f

View File

@ -113,7 +113,7 @@ if (_activated) then {
if (_name == "") then {_name = localize "STR_A3_curator";};
//--- Wait until mission starts
waituntil {ACE_time > 0};
waituntil {time > 0}; // NOTE: DO NOT CHANGE TO ACE_TIME, IT BREAKS THE MODULE
//--- Refresh addon list, so it's broadcasted to clients
_addons = curatoraddons _logic;