1
0

Change if-clause in BlockCake.h

This commit is contained in:
Howaner 2014-03-16 20:57:23 +01:00
parent 4ec5a95a7a
commit 96d80f981e

View File

@ -24,7 +24,7 @@ public:
return;
}
if ((Meta + 1) >= 6)
if (Meta >= 5)
{
a_ChunkInterface.FastSetBlock(a_BlockX, a_BlockY, a_BlockZ, E_BLOCK_AIR, 0);
}