summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockLever.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Blocks/BlockLever.h')
-rw-r--r--source/Blocks/BlockLever.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockLever.h b/source/Blocks/BlockLever.h
index d03443abd..42a16fd9b 100644
--- a/source/Blocks/BlockLever.h
+++ b/source/Blocks/BlockLever.h
@@ -21,7 +21,7 @@ public:
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
{
// Reset meta to 0
- a_Pickups.push_back(cItem(E_ITEM_LEVER, 1, 0));
+ a_Pickups.push_back(cItem(E_BLOCK_LEVER, 1, 0));
}