Změnit "mesecons/mesecons_mvps/init.lua"
This commit is contained in:
parent
0f8f2bc6f7
commit
a06960581c
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ function mesecon.mvps_push_or_pull(pos, stackdir, movedir, maximum, all_pull_sti
|
||||||
|
|
||||||
for _, n in ipairs(nodes) do
|
for _, n in ipairs(nodes) do
|
||||||
if mesecon.mvps_is_protected(n.pos) then
|
if mesecon.mvps_is_protected(n.pos) then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- remove all nodes
|
-- remove all nodes
|
||||||
|
|
Loading…
Reference in a new issue