fixed getting out of beds when hungry

This commit is contained in:
kaadmy 2015-09-29 13:31:15 -07:00
parent 738bb7bc24
commit d01398fcd2
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ if minetest.setting_getbool("enable_damage") and minetest.setting_getbool("hunge
hunger.hunger[name] = 0
local pos_sound = player:getpos()
player:set_physics_override({speed = 0.8})
minetest.chat_send_player(name, "You are hungry.")
end
end