summaryrefslogtreecommitdiff
path: root/hunger.lua
diff options
context:
space:
mode:
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])