1
0

WSSAnvil: Removed leftover debugging code.

This commit is contained in:
madmaxoft 2014-08-30 22:11:52 +02:00
parent b0a7d93ae1
commit fc7da22738

View File

@ -592,10 +592,6 @@ void cWSSAnvil::LoadBlockEntitiesFromNBT(cBlockEntityList & a_BlockEntities, con
}
int RelX = x, RelY = y, RelZ = z, ChunkX, ChunkZ;
cChunkDef::AbsoluteToRelative(RelX, RelY, RelZ, ChunkX, ChunkZ);
if (RelY == 2)
{
LOGD("HERE");
}
// Load the proper BlockEntity type based on the block type:
BLOCKTYPE BlockType = cChunkDef::GetBlock(a_BlockTypes, RelX, RelY, RelZ);