mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
fixed comment about creative
This commit is contained in:
parent
fbfc53ff42
commit
68e1fdde36
@ -4427,8 +4427,7 @@ function mcl_mobs:feed_tame(self, clicker, feed_count, breed, tame, notake)
|
||||
end
|
||||
|
||||
update_tag(self)
|
||||
|
||||
-- if not in creative then take item if it was used
|
||||
-- play a sound if the animal used the item and take the item if not in creative
|
||||
if consume_food then
|
||||
-- don't consume food if clicker is in creative
|
||||
if not minetest.is_creative_enabled(clicker:get_player_name()) and not notake then
|
||||
|
Loading…
Reference in New Issue
Block a user