From 98665f0c1c7142cd22c01465efcbe4430b593ec8 Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Wed, 20 Feb 2019 23:10:37 -0300 Subject: [PATCH] Fix show_formspec --- sfinv.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfinv.lua b/sfinv.lua index 00aa846..5add929 100644 --- a/sfinv.lua +++ b/sfinv.lua @@ -78,7 +78,7 @@ end -- Abrir inventario na aba de niveis xpro.show_inventory_formspec = function(player) - minetest.show_formspec(player:get_player_name(), player:get_inventory_formspec(), "") + minetest.show_formspec(player:get_player_name(), "", player:get_inventory_formspec()) end