1
0

Fixed farmland issues.

This commit is contained in:
Howaner
2014-09-12 19:07:20 +02:00
parent 80b0631c43
commit fcf558173e
11 changed files with 75 additions and 64 deletions

View File

@@ -52,7 +52,7 @@ void cBlockPistonHandler::OnDestroyed(cChunkInterface & a_ChunkInterface, cWorld
if (a_ChunkInterface.GetBlock(newX, newY, newZ) == E_BLOCK_PISTON_EXTENSION)
{
a_ChunkInterface.SetBlock(a_WorldInterface, newX, newY, newZ, E_BLOCK_AIR, 0);
a_ChunkInterface.SetBlock(newX, newY, newZ, E_BLOCK_AIR, 0);
}
}