Added protected chest to list of unmovable mesecon items

Signed-off-by: TenPlus1 <kinsellaja@yahoo.com>
master
TenPlus1 2017-02-01 14:29:27 +00:00
parent 11c0b9b153
commit 9854f21a58
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ dofile(path .. "/lucky_block.lua")
if minetest.get_modpath("mesecons_mvps") then
mesecon.register_mvps_stopper("protector:protect")
mesecon.register_mvps_stopper("protector:protect2")
mesecon.register_mvps_stopper("protector:chest")
end
print (S("[MOD] Protector Redo loaded"))