ACE3/addons/core/functions/fn_serverLog.sqf

8 lines
135 B
Plaintext
Raw Normal View History

// by CAA-Picard
if (isServer) then {
diag_log _this;
} else {
[_this, "GVAR(fnc_serverLog)", 1] call GVAR(fnc_execRemoteFnc);
};