Fix indentation
parent
f94e7fc52f
commit
ee24b24c68
|
@ -123,7 +123,7 @@ function mcl_shields.is_blocking(obj)
|
||||||
shieldstack = obj:get_inventory():get_stack("offhand", 1)
|
shieldstack = obj:get_inventory():get_stack("offhand", 1)
|
||||||
end
|
end
|
||||||
return blocking, shieldstack
|
return blocking, shieldstack
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
mcl_damage.register_modifier(function(obj, damage, reason)
|
mcl_damage.register_modifier(function(obj, damage, reason)
|
||||||
|
|
Loading…
Reference in New Issue