summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemShears.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Items/ItemShears.h')
-rw-r--r--source/Items/ItemShears.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Items/ItemShears.h b/source/Items/ItemShears.h
index 743cbeaec..f1424ee2e 100644
--- a/source/Items/ItemShears.h
+++ b/source/Items/ItemShears.h
@@ -31,7 +31,7 @@ public:
if (Block == E_BLOCK_LEAVES)
{
cItems Drops;
- Drops.push_back(cItem(E_ITEM_LEAVES, 1, a_World->GetBlockMeta(a_BlockX, a_BlockY, a_BlockZ)));
+ Drops.push_back(cItem(E_BLOCK_LEAVES, 1, a_World->GetBlockMeta(a_BlockX, a_BlockY, a_BlockZ)));
a_World->SpawnItemPickups(Drops, a_BlockX, a_BlockY, a_BlockZ);
a_World->SetBlock(a_BlockX, a_BlockY, a_BlockZ, E_BLOCK_AIR, 0);