diff --git a/scripts/occupationLog.sqf b/scripts/occupationLog.sqf index f7aadab..7751544 100644 --- a/scripts/occupationLog.sqf +++ b/scripts/occupationLog.sqf @@ -2,7 +2,6 @@ _logDetail = _this select 0; -infiSTARinstalled = true; if(isNil "INFISTARVERSION") then { SC_infiSTAR_log = false; }; if(SC_infiSTAR_log) then @@ -12,6 +11,4 @@ if(SC_infiSTAR_log) then else { diag_log _logDetail; -}; - -infiSTAR \ No newline at end of file +}; \ No newline at end of file