Merge pull request #1 from MGTDB/patch-1

Since infiSTAR updated, full log name no longer needed
This commit is contained in:
kuplion 2017-04-25 00:58:05 +01:00 committed by GitHub
commit e7f79584bf

View File

@ -3,7 +3,7 @@
_logDetail = format["%1 %2",SC_occupationVersion,_this select 0]; _logDetail = format["%1 %2",SC_occupationVersion,_this select 0];
_fileName = _this select 1; _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 if(SC_infiSTAR_log && !(isNil "INFISTARVERSION")) then
{ {