Remoção de codigo de depuração

master
BrunoMine 2017-08-16 16:04:58 -03:00
parent ea12813f61
commit ccc8f374e5
1 changed files with 0 additions and 3 deletions

View File

@ -78,6 +78,3 @@ minetest.register_craft({
recipe = "default:papyrus",
})
minetest.register_on_item_eat(function(hp_change, replace_with_item, itemstack, user, pointed_thing)
minetest.chat_send_all(hp_change)
end)