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 +};