Fix shears glitch

This commit is contained in:
TenPlus1 2016-05-26 21:35:09 +01:00
parent f885d07e76
commit 7b106ab859
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ for _, col in pairs(all_colours) do
if itemname == "mobs:shears" then
if self.gotten ~= false
and self.child ~= false
and not minetest.get_modpath("wool") then
or self.child ~= false
or not minetest.get_modpath("wool") then
return
end