summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemShears.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemShears.h')
-rw-r--r--src/Items/ItemShears.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemShears.h b/src/Items/ItemShears.h
index f1b6cafc3..8f5d5f385 100644
--- a/src/Items/ItemShears.h
+++ b/src/Items/ItemShears.h
@@ -59,7 +59,7 @@ public:
return true;
}
} // switch (a_BlockType)
- return false;
+ return super::CanHarvestBlock(a_BlockType);
}