v16 fixes & tweaks
This commit is contained in:
parent
61c89121c3
commit
8f0ef587a8
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user