forked from VoxeLibre/VoxeLibre
[mcl_chests] fix warnings
This commit is contained in:
parent
f8ee9c79c2
commit
f1c6c3b285
|
@ -47,7 +47,7 @@ minetest.register_entity("mcl_chests:chest", {
|
|||
local playerlist = self.players
|
||||
playerlist[playername] = nil
|
||||
if self.is_open then
|
||||
for _ in pairs(playerlist) do
|
||||
if next(playerlist) then
|
||||
return
|
||||
end
|
||||
self:set_animation("close")
|
||||
|
|
Loading…
Reference in New Issue