mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Because people don't always have infiStar..
This commit is contained in:
parent
de2061450c
commit
ae77b2f8a0
@ -10,9 +10,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
_this = format ['%1 |::|::| (DMS_Version: "%4" | time: %2 | diag_tickTime: %5 | %3 FPS)',_this,time,diag_fps,DMS_Version,diag_tickTime];
|
_this = format ['%1 |::|::| (DMS_Version: "%4" | time: %2 | diag_tickTime: %5 | %3 FPS)',_this,time,diag_fps,DMS_Version,diag_tickTime];
|
||||||
['DMS_DEBUG',_this] call FNC_A3_CUSTOMLOG;
|
|
||||||
diag_log format ["DMS_DEBUG :: %1",_this];
|
diag_log format ["DMS_DEBUG :: %1",_this];
|
||||||
|
|
||||||
|
if (!isNil "FNC_A3_CUSTOMLOG") then // infiSTAR logging
|
||||||
|
{
|
||||||
|
['DMS_DEBUG',_this] call FNC_A3_CUSTOMLOG;
|
||||||
|
};
|
||||||
|
|
||||||
if (!isNil "MAR_fnc_log") then // mARMA logging
|
if (!isNil "MAR_fnc_log") then // mARMA logging
|
||||||
{
|
{
|
||||||
[_this,"info"] call MAR_fnc_log;
|
[_this,"info"] call MAR_fnc_log;
|
||||||
|
Loading…
Reference in New Issue
Block a user