milan2018 #1

Merged
milan merged 87 commits from milan2018 into master 2020-04-01 20:54:51 +02:00
Showing only changes of commit db8fa06bb9 - Show all commits

View file

@ -681,11 +681,11 @@ if minetest.get_modpath("mesecons_mvps") then
mesecon.register_mvps_stopper("protector:chest")
local old = mesecon.mvps_is_protected
function mesecon.mvps_is_protected(pos, ...)
if not protector.can_dig(protector_radius, pos, "mvps", false, 1, true) then
return true
end
return old(pos, ...)
end
if not protector.can_dig(protector_radius, pos, "mvps", false, 1, true) then
return true
end
return old(pos, ...)
end
end