mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-11 19:17:34 +01:00
Add missing break in mcl_item_entities
This commit is contained in:
parent
0b28ae2fe9
commit
4ff31ffa8c
@ -446,6 +446,7 @@ core.register_entity(":__builtin:item", {
|
||||
local def = minetest.registered_nodes[nn]
|
||||
if def and def.walkable == false and nn ~= "ignore" then
|
||||
shootdir = order[o]
|
||||
break
|
||||
end
|
||||
end
|
||||
-- If none of the 4 sides is free, shoot upwards
|
||||
|
Loading…
Reference in New Issue
Block a user