Skip to content

Commit

Permalink
Filter headless clients from zeus teleportation (#5070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel authored and jonpas committed Apr 11, 2017
1 parent a16fafd commit 53943c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/zeus/functions/fnc_ui_teleportPlayers.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 53943c7

Please sign in to comment.