Close formspec for unified_inventory

master
BrunoMine 2019-02-20 22:47:36 -03:00
parent bc52d11594
commit d0d6047ca8
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ 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.close_formspec(player:get_player_name(), "xpro:ranking")
minetest.close_formspec(player:get_player_name(), "xpro:shop")
end