diff options
Diffstat (limited to 'src/Items/ItemShears.h')
-rw-r--r-- | src/Items/ItemShears.h | 2 |
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); } |