Performance improvements

This commit is contained in:
IT07 2016-07-06 23:00:29 +02:00
parent 30120417fd
commit 792b191080

View File

@ -20,7 +20,7 @@ if not(isNull _grp) then
_force = uiNamespace getVariable ["VEMFr_forceAItoClients", nil]; _force = uiNamespace getVariable ["VEMFr_forceAItoClients", nil];
if not(isNil "_force") then { if (_force isEqualType true) then { if _force then { _hcNbld = -1 } } }; if not(isNil "_force") then { if (_force isEqualType true) then { if _force then { _hcNbld = -1 } } };
private ["_to"]; private "_to";
if (_hcNbld isEqualTo 1) then if (_hcNbld isEqualTo 1) then
{ {
_arr = []; _arr = [];