diff options
Diffstat (limited to 'src/Items/ItemShears.h')
-rw-r--r-- | src/Items/ItemShears.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Items/ItemShears.h b/src/Items/ItemShears.h index 6cbb37b2a..9a6baa5e1 100644 --- a/src/Items/ItemShears.h +++ b/src/Items/ItemShears.h @@ -73,14 +73,6 @@ public: } - virtual void OnBlockDestroyed(cWorld * a_World, cPlayer * a_Player, const cItem & a_Item, int a_BlockX, int a_BlockY, int a_BlockZ) override - { - BLOCKTYPE Block; - NIBBLETYPE BlockMeta; - a_World->GetBlockTypeMeta(a_BlockX, a_BlockY, a_BlockZ, Block, BlockMeta); - - super::OnBlockDestroyed(a_World, a_Player, a_Item, a_BlockX, a_BlockY, a_BlockZ); - } |