Correct typo

This commit is contained in:
rubenwardy 2015-02-27 08:50:15 +00:00
parent 98d9d20cd9
commit df72779470
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ function food.item_eat(amt)
return hphunger.item_eat(amt)
else
return hunger.item_eat(amt)
end
else
return minetest.item_eat(amt)
end