avoid "leaking" detached inventories to other players (see also, 2ff48b22a9 )

This commit is contained in:
Vanessa Ezekowitz
2016-11-26 13:32:21 -05:00
parent 75a0e6a318
commit 029d5c4c6a
3 changed files with 5 additions and 3 deletions

View File

@ -43,7 +43,7 @@ minetest.register_on_joinplayer(function(player)
minetest.sound_play("electricity",
{to_player=player_name, gain = 1.0})
end,
})
}, player_name)
refill:set_size("main", 1)
end)