From e687d8b6f135fe701a67fa04f057fee12c5a31a8 Mon Sep 17 00:00:00 2001 From: MGT Date: Mon, 24 Apr 2017 14:47:56 +0100 Subject: [PATCH] Since infiSTAR updated, full log name no longer needed --- source/a3_exile_occupation/scripts/occupationLog.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/a3_exile_occupation/scripts/occupationLog.sqf b/source/a3_exile_occupation/scripts/occupationLog.sqf index 5a2c9a7..3d22424 100644 --- a/source/a3_exile_occupation/scripts/occupationLog.sqf +++ b/source/a3_exile_occupation/scripts/occupationLog.sqf @@ -3,7 +3,7 @@ _logDetail = format["%1 %2",SC_occupationVersion,_this select 0]; _fileName = _this select 1; -if(isNil "_fileName") then { _fileName = "A3_EXILE_OCCUPATION"; }; +if(isNil "_fileName") then { _fileName = "OCCUPATION"; }; if(SC_infiSTAR_log && !(isNil "INFISTARVERSION")) then { @@ -12,4 +12,4 @@ if(SC_infiSTAR_log && !(isNil "INFISTARVERSION")) then else { diag_log _logDetail; -}; \ No newline at end of file +};