summaryrefslogtreecommitdiff
path: root/hunger.lua
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2014-10-03 08:59:25 +0200
committerBlockMen <nmuelll@web.de>2014-10-03 08:59:25 +0200
commit06207b44cdba2ca7ec93e27590ae84ad13f60996 (patch)
tree8537b6bf7113bfeaccaac55c4997156f824f57bf /hunger.lua
parentef78a05d510ceca455fe465a80b7e5b532690da0 (diff)
Remove debug output, push to 1.4
Diffstat (limited to 'hunger.lua')
-rw-r--r--hunger.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/hunger.lua b/hunger.lua
index c2c93e7..e26c000 100644
--- a/hunger.lua
+++ b/hunger.lua
@@ -334,7 +334,6 @@ function hud.handle_node_actions(pos, oldnode, player, ext)
new = HUD_HUNGER_EXHAUST_MOVE
end
exhaus = exhaus + new
- minetest.chat_send_all(exhaus)
if exhaus > HUD_HUNGER_EXHAUST_LVL then
exhaus = 0
local h = tonumber(hud.hunger[name])