summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2013-07-01 09:57:44 +0200
committerBlockMen <nmuelll@web.de>2013-07-01 09:57:44 +0200
commit7b2484ca2a50bbfd8365418a97ce11dbf152acc1 (patch)
tree60c6a82b8ace68c8a61457844ef96ab4b82b2b6e
parented4e726c7fba41c07fc9dc60f140d4de35af839f (diff)
Remove debug line
-rw-r--r--hunger.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/hunger.lua b/hunger.lua
index ea92fd7..94528a9 100644
--- a/hunger.lua
+++ b/hunger.lua
@@ -1,5 +1,4 @@
function hud.item_eat(hunger_change, replace_with_item)
- minetest.chat_send_all("eat")
return function(itemstack, user, pointed_thing)
if itemstack:take_item() ~= nil then
local h = tonumber(hud.hunger[user:get_player_name()])