1
0

door -> flower

This commit is contained in:
Howaner 2014-03-28 22:24:54 +01:00
parent efc89b2c43
commit f2f6096ee5

View File

@ -69,7 +69,7 @@ public:
if (OldMeta & 0x8)
{
// Was upper part of door
// Was upper part of flower
if (a_ChunkInterface.GetBlock(a_BlockX, a_BlockY - 1, a_BlockZ) == m_BlockType)
{
a_ChunkInterface.FastSetBlock(a_BlockX, a_BlockY - 1, a_BlockZ, E_BLOCK_AIR, 0);