Skip to content

Commit

Permalink
Removed sideChat
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel committed Jan 4, 2016
1 parent 6095ed5 commit b1ca55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FP_Template.VR/base/functions/jrm/fn_getSpectators.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ private _ret = [];
_x params ["_uid"];
{
if (alive _x && {getPlayerUID _x == _uid}) exitWith {
player sideChat "push";
_ret pushBack _x;
};
} forEach _plrs;
Expand Down

0 comments on commit b1ca55d

Please sign in to comment.