Minor Code Tweaks
Still have to consider HeMan's optimization for cleanupAliveAI
This commit is contained in:
parent
ea9d6f122e
commit
ce84757476
@ -18,7 +18,7 @@ if (blck_debugLevel > 2) then {diag_log format["fnc_cleanupDeadAI called at time
|
||||
private["_aiList","_ai"];
|
||||
_aiList = +blck_deadAI;
|
||||
{
|
||||
if ( diag_tickTime > _x getVariable ["blck_cleanupAt",0] ) then // DBD_DeleteAITimer
|
||||
if (diag_tickTime > _x getVariable ["blck_cleanupAt",0]) then
|
||||
{
|
||||
_ai = _x;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user