Skip to content
Snippets Groups Projects
Commit 7b106ab8 authored by TenPlus1's avatar TenPlus1
Browse files

Fix shears glitch

parent f885d07e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment