Change if-clause in BlockCake.h
This commit is contained in:
parent
4ec5a95a7a
commit
96d80f981e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user