1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Remove set_inventory_formspec in default, remove delay in sfinv

This commit is contained in:
sfan5
2017-05-17 20:56:39 +02:00
committed by paramat
parent d104b9b10f
commit b25317fc64
3 changed files with 5 additions and 14 deletions

View File

@ -129,9 +129,7 @@ end
minetest.register_on_joinplayer(function(player)
if sfinv.enabled then
minetest.after(0.5, function()
sfinv.set_player_inventory_formspec(player)
end)
sfinv.set_player_inventory_formspec(player)
end
end)