Compare commits

...

1 Commits

2 changed files with 2 additions and 3 deletions

View File

@ -112,9 +112,8 @@ end
local function doInvis()
local players = player.GetAll()
local remove = true
for _, player in ipairs( players ) do
for _, player in player.Iterator() do
local t = player:GetTable()
if t.invis then
remove = false

View File

@ -1 +1 @@
1708618372
1710039758