Merge pull request #1100 from Howaner/Slabs
This commit is contained in:
commit
21b9253ee6
@ -80,6 +80,7 @@ public:
|
|||||||
if (IsAnySlabType(a_ChunkInterface.GetBlock(a_BlockX, a_BlockY, a_BlockZ)))
|
if (IsAnySlabType(a_ChunkInterface.GetBlock(a_BlockX, a_BlockY, a_BlockZ)))
|
||||||
{
|
{
|
||||||
a_BlockType = GetDoubleSlabType(m_BlockType);
|
a_BlockType = GetDoubleSlabType(m_BlockType);
|
||||||
|
a_BlockMeta = a_BlockMeta & 0x7;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user