forked from mtcontrib/food
Correct typo
This commit is contained in:
parent
98d9d20cd9
commit
df72779470
@ -111,6 +111,7 @@ function food.item_eat(amt)
|
|||||||
return hphunger.item_eat(amt)
|
return hphunger.item_eat(amt)
|
||||||
else
|
else
|
||||||
return hunger.item_eat(amt)
|
return hunger.item_eat(amt)
|
||||||
|
end
|
||||||
else
|
else
|
||||||
return minetest.item_eat(amt)
|
return minetest.item_eat(amt)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user