Adicionado alerta de dados inaxeciveis

master
BrunoMine 2016-07-16 19:36:22 -03:00 committed by GitHub
parent bb4aaa947f
commit 6e0d78a725
1 changed files with 2 additions and 0 deletions

View File

@ -176,5 +176,7 @@ minetest.register_on_dieplayer(function(player)
ultima_pos[name] = spawn
suspeitos[name] = true
minetest.after(diretrizes.tempo_att, cancelar_suspeito, name)
else
minetest.log("error", "[Ant-Cracker] Dados inacessivel (player) (em register_on_dieplayer)")
end
end)