Correção de mensagem nula

master
BrunoMine 2019-08-27 13:40:21 -03:00
parent 110297ccd7
commit 4994b6fe6b
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@ telepro.reivindicar = function(player)
{"air"}
)
-- Verifica se pegou nodes de ar
-- Verifica se não pegou nodes de ar
if table.maxn(nodes) < 25 then
minetest.chat_send_player(name, S())
minetest.chat_send_player(name, S(telepro.msg.objetos_obstruem_balao))
return false
end
end