Fix show_formspec

master
BrunoMine 2019-02-20 23:10:37 -03:00
parent aa50aa9ead
commit 98665f0c1c
1 changed files with 1 additions and 1 deletions

View File

@ -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