summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockRedstoneTorch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Blocks/BlockRedstoneTorch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockRedstoneTorch.h b/source/Blocks/BlockRedstoneTorch.h
index ef4efaaab..0127dc082 100644
--- a/source/Blocks/BlockRedstoneTorch.h
+++ b/source/Blocks/BlockRedstoneTorch.h
@@ -22,7 +22,7 @@ public:
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
{
// Always drop the ON torch, meta 0
- a_Pickups.push_back(cItem(E_ITEM_REDSTONE_TORCH_ON, 1, 0));
+ a_Pickups.push_back(cItem(E_BLOCK_REDSTONE_TORCH_ON, 1, 0));
}