mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Few more in common
This commit is contained in:
parent
59ffff406e
commit
4915637601
@ -61,7 +61,7 @@ if (!isServer) then {
|
|||||||
_error = _error + "Newer version; ";
|
_error = _error + "Newer version; ";
|
||||||
};
|
};
|
||||||
|
|
||||||
//[QGVAR(systemChatGlobal), _error] call FUNC(globalEvent);
|
//[QGVAR(systemChatGlobal), _error] call CBA_fnc_globalEvent;
|
||||||
|
|
||||||
ACE_LOGERROR(_error);
|
ACE_LOGERROR(_error);
|
||||||
|
|
||||||
|
@ -20,5 +20,5 @@ params [["_msg", "", [""]]];
|
|||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
diag_log text _msg;
|
diag_log text _msg;
|
||||||
} else {
|
} else {
|
||||||
[QGVAR(serverLog), _this] call FUNC(serverEvent);
|
[QGVAR(serverLog), _this] call CBA_fnc_serverEvent;
|
||||||
};
|
};
|
||||||
|
@ -100,7 +100,7 @@ if (!isServer) then {
|
|||||||
_error = _error call _fnc_cutComma;
|
_error = _error call _fnc_cutComma;
|
||||||
|
|
||||||
diag_log text _error;
|
diag_log text _error;
|
||||||
[QGVAR(systemChatGlobal), _error] call FUNC(globalEvent);
|
[QGVAR(systemChatGlobal), _error] call CBA_fnc_globalEvent;
|
||||||
};
|
};
|
||||||
|
|
||||||
_missingAddonServer = false;
|
_missingAddonServer = false;
|
||||||
@ -117,7 +117,7 @@ if (!isServer) then {
|
|||||||
_error = _error call _fnc_cutComma;
|
_error = _error call _fnc_cutComma;
|
||||||
|
|
||||||
diag_log text _error;
|
diag_log text _error;
|
||||||
[QGVAR(systemChatGlobal), _error] call FUNC(globalEvent);
|
[QGVAR(systemChatGlobal), _error] call CBA_fnc_globalEvent;
|
||||||
};
|
};
|
||||||
|
|
||||||
_oldVersionClient = false;
|
_oldVersionClient = false;
|
||||||
@ -134,7 +134,7 @@ if (!isServer) then {
|
|||||||
_error = _error call _fnc_cutComma;
|
_error = _error call _fnc_cutComma;
|
||||||
|
|
||||||
diag_log text _error;
|
diag_log text _error;
|
||||||
[QGVAR(systemChatGlobal), _error] call FUNC(globalEvent);
|
[QGVAR(systemChatGlobal), _error] call CBA_fnc_globalEvent;
|
||||||
};
|
};
|
||||||
|
|
||||||
_oldVersionServer = false;
|
_oldVersionServer = false;
|
||||||
@ -151,7 +151,7 @@ if (!isServer) then {
|
|||||||
_error = _error call _fnc_cutComma;
|
_error = _error call _fnc_cutComma;
|
||||||
|
|
||||||
diag_log text _error;
|
diag_log text _error;
|
||||||
[QGVAR(systemChatGlobal), _error] call FUNC(globalEvent);
|
[QGVAR(systemChatGlobal), _error] call CBA_fnc_globalEvent;
|
||||||
};
|
};
|
||||||
|
|
||||||
ACE_Version_ClientErrors = [_missingAddon, _missingAddonServer, _oldVersionClient, _oldVersionServer];
|
ACE_Version_ClientErrors = [_missingAddon, _missingAddonServer, _oldVersionClient, _oldVersionServer];
|
||||||
|
Loading…
Reference in New Issue
Block a user