forked from TeamUlysses/ulib
Revert "Micro-optimization to replace player.GetAll() with player.Iterator in the Invis hook think"
This reverts commit 5da463795d
.
Turns out my non-beta dedicated server was actually on the beta branch
This commit is contained in:
parent
5da463795d
commit
402e0492a8
@ -112,8 +112,9 @@ end
|
||||
|
||||
|
||||
local function doInvis()
|
||||
local players = player.GetAll()
|
||||
local remove = true
|
||||
for _, player in player.Iterator() do
|
||||
for _, player in ipairs( players ) do
|
||||
local t = player:GetTable()
|
||||
if t.invis then
|
||||
remove = false
|
||||
|
@ -1 +1 @@
|
||||
1710039758
|
||||
1708618372
|
||||
|
Loading…
Reference in New Issue
Block a user