diff --git a/mods/ITEMS/mcl_portals/portal_nether.lua b/mods/ITEMS/mcl_portals/portal_nether.lua index 1c1f6774..11da3b3e 100644 --- a/mods/ITEMS/mcl_portals/portal_nether.lua +++ b/mods/ITEMS/mcl_portals/portal_nether.lua @@ -404,7 +404,7 @@ minetest.register_abm({ end -- teleport the object minetest.after(3, function(obj, pos, target) - if not obj:get_luaentity() then + if (not obj:get_luaentity()) and (not obj:is_player()) then return end -- Prevent quick back-and-forth teleportation