v16 fixes & tweaks

This commit is contained in:
second_coming 2016-04-14 11:52:20 +01:00
parent 61c89121c3
commit 8f0ef587a8

View File

@ -63,7 +63,7 @@ if(_aiActive > _maxAIcount) exitWith
_okToSpawn = false; _okToSpawn = false;
if(_debug) then 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; [_logDetail] call SC_fnc_log;
}; };
}; };