mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Filter headless clients from zeus teleportation (#5070)
This commit is contained in:
parent
a16fafd697
commit
53943c7503
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user