diff --git a/mods/hud/hunger.lua b/mods/hud/hunger.lua index 7e3005d7..b1fd43a4 100755 --- a/mods/hud/hunger.lua +++ b/mods/hud/hunger.lua @@ -357,6 +357,7 @@ function hud.handle_node_actions(pos, oldnode, player, ext) end local name = player:get_player_name() local exhaus = hud.exhaustion[name] + if not exhaus then return end local new = HUD_HUNGER_EXHAUST_PLACE -- placenode event if not ext then