Fix problem with #1214. Probably solve #1273

This commit is contained in:
esteldunedain 2015-05-30 00:31:52 -03:00
parent 552b2f390f
commit b416e66509

View File

@ -309,8 +309,8 @@ GVAR(SettingsInitialized) = false;
// Load settings on the server and broadcast them
if (isServer) then {
call FUNC(loadSettingsOnServer);
// Raise a local event for other modules to listen too
["ServerSettingsReceived", []] call FUNC(localEvent);
// Raise a global event to notify settings from the server have arrived
["ServerSettingsReceived", []] call FUNC(globalEvent);
};
ACE_player = player;