mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-10-07 06:15:18 +02:00
Remove set_inventory_formspec in default, remove delay in sfinv
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user