1
0

Named the different quartz block.

This commit is contained in:
STRWarrior
2014-02-03 22:30:32 +01:00
parent 347488a9a2
commit 70e48960ac
2 changed files with 6 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ public:
{
a_BlockType = m_BlockType;
NIBBLETYPE Meta = (NIBBLETYPE)(a_Player->GetEquippedItem().m_ItemDamage);
if (Meta != 0x2) // Check if the block is a pillar block.
if (Meta != E_META_QUARTZ_PILLAR) // Check if the block is a pillar block.
{
a_BlockMeta = Meta;
return true;