Remove debug output, push to 1.4

This commit is contained in:
BlockMen
2014-10-03 08:59:25 +02:00
parent ef78a05d51
commit 06207b44cd
3 changed files with 68 additions and 46 deletions

View File

@ -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])