summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 30af488..4f1a455 100644
--- a/init.lua
+++ b/init.lua
@@ -174,7 +174,7 @@ minetest.register_abm({
for _,obj in ipairs(objs) do
if not obj:is_player() and obj:get_armor_groups().fleshy and obj:get_armor_groups().fleshy > 0 and is_mob(obj) then
-- obj:on_rightclick(fake_player)
- if obj.get_luaentity().on_rightclick then
+ if obj:get_luaentity().on_rightclick then
obj:get_luaentity():on_rightclick(fake_player)
end
-- minetest.chat_send_all("animal fed")