Filter headless clients from zeus teleportation (#5070)

This commit is contained in:
Cuel 2017-04-11 16:59:06 +02:00 committed by jonpas
parent a16fafd697
commit 53943c7503

View File

@ -29,7 +29,7 @@ private _listbox = _display displayCtrl 16189;
if (alive _x) then {
_listbox lbSetData [_listbox lbAdd (name _x), getPlayerUID _x];
};
} forEach allPlayers;
} forEach ([] call CBA_fnc_players);
_listbox lbSetCurSel 0;
(_display displayCtrl 16188) cbSetChecked (_logic getVariable ["tpGroup",false]);