This commit is contained in:
ThePython 2023-11-07 17:51:34 -08:00 committed by GitHub
parent 1b8b640142
commit 67dca136e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ if exchangeclone.mcl then
end
mcl_damage.register_modifier(function(obj, damage, reason)
minetest.log(dump({damage, reason}))
--minetest.log(dump({damage, reason}))
local blocked = blocked_damage_types[reason.type]
local inv = mcl_util.get_inventory(obj)
if inv then
@ -300,4 +300,4 @@ if minetest.get_modpath("3d_armor") then
{"exchangeclone:shield_dark_matter",d,""},
}
})
end
end