1
0

Add new leaves to all classes.

This commit is contained in:
Howaner
2014-03-16 14:01:22 +01:00
committed by madmaxoft
parent 4227066f6d
commit b9fce71bf6
9 changed files with 18 additions and 5 deletions

View File

@@ -366,6 +366,7 @@ bool cWSSAnvil::LoadChunkFromNBT(const cChunkCoords & a_Chunk, const cParsedNBT
{
case E_BLOCK_AIR:
case E_BLOCK_LEAVES:
case E_BLOCK_NEW_LEAVES:
{
// nothing needed
break;