Since infiSTAR updated, full log name no longer needed

This commit is contained in:
MGT 2017-04-24 14:47:56 +01:00 committed by GitHub
parent 347189c86b
commit e687d8b6f1

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
{ {
@ -12,4 +12,4 @@ if(SC_infiSTAR_log && !(isNil "INFISTARVERSION")) then
else else
{ {
diag_log _logDetail; diag_log _logDetail;
}; };