ACE3/addons/core/functions/fn_serverLog.sqf

8 lines
132 B
Plaintext
Raw Normal View History

// by CAA-Picard
if (isServer) then {
diag_log _this;
} else {
2015-01-11 18:20:14 +00:00
[_this, QUOTE(FUNC(serverLog)), 1] call FUNC(execRemoteFnc);
};