From 8f0ef587a8325cd79a68fd4fa5ec8eaedff4db0e Mon Sep 17 00:00:00 2001 From: second_coming Date: Thu, 14 Apr 2016 11:52:20 +0100 Subject: [PATCH] v16 fixes & tweaks --- scripts/occupationStatic.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/occupationStatic.sqf b/scripts/occupationStatic.sqf index 32be17f..e3b10e2 100644 --- a/scripts/occupationStatic.sqf +++ b/scripts/occupationStatic.sqf @@ -63,7 +63,7 @@ if(_aiActive > _maxAIcount) exitWith _okToSpawn = false; if(_debug) then { - _logDetail = format ["[OCCUPATION Static]:: %1 already has %2 active AI patrolling",_spawnPosition,_aiNear]; + _logDetail = format ["[OCCUPATION Static]:: %1 already has %2 active AI patrolling",_spawnPosition,_nearEastAI]; [_logDetail] call SC_fnc_log; }; };