From c8a47a3064deca4e0b37de7bde0d12a5a5c787a2 Mon Sep 17 00:00:00 2001 From: second_coming Date: Wed, 27 Apr 2016 16:24:56 +0100 Subject: [PATCH] another typo --- scripts/occupationLog.sqf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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