mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix the module on dedicated servers
This commit is contained in:
parent
e3e415c727
commit
398f1c768f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user