mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Performance improvements
This commit is contained in:
parent
30120417fd
commit
792b191080
@ -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 = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user