diff options
author | BlockMen <nmuelll@web.de> | 2014-10-03 08:59:25 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2014-10-03 08:59:25 +0200 |
commit | 06207b44cdba2ca7ec93e27590ae84ad13f60996 (patch) | |
tree | 8537b6bf7113bfeaccaac55c4997156f824f57bf /hunger.lua | |
parent | ef78a05d510ceca455fe465a80b7e5b532690da0 (diff) |
Remove debug output, push to 1.4
Diffstat (limited to 'hunger.lua')
-rw-r--r-- | hunger.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]) |