Skip to content

Commit

Permalink
removed select
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Apr 24, 2024
1 parent 5386e3b commit 0f5924f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if CLIENT then
local x, y = pos.x, pos.y
local w, h = size.w, size.h

local plys = select(2, player.Iterator())
local plys = player.GetAll()
local plysSorted = {}

for i = 1, #plys do
Expand Down

0 comments on commit 0f5924f

Please sign in to comment.