Correção de mensagem no depurador

Evitar mensagem de erro
master
BrunoMine 2020-07-02 15:07:22 -03:00 committed by GitHub
parent 1b78119d0d
commit 024d92c5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ minetest.register_chatcommand("gestor", {
})
-- Menu de acesso simples
if sfinv_menu then
if type(sfinv_menu)~="nil" then
sfinv_menu.register_button("gestor:painel", {
title = "Gestor",
icon = "gestor.png",