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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Items/ItemShears.h b/src/Items/ItemShears.h
index 73343f629..3dce8a9c2 100644
--- a/src/Items/ItemShears.h
+++ b/src/Items/ItemShears.h
@@ -39,7 +39,6 @@ public:
Handler->ConvertToPickups(Drops, BlockMeta);
Drops.Add(Block, 1, BlockMeta & 3);
- a_World->SpawnItemPickups(Drops, a_BlockX, a_BlockY, a_BlockZ);
a_World->SetBlock(a_BlockX, a_BlockY, a_BlockZ, E_BLOCK_AIR, 0);
a_World->SpawnItemPickups(Drops, a_BlockX, a_BlockY, a_BlockZ);