host now responsible for cleanup, fixes onWrench MultiPart deletion.

This commit is contained in:
AlgorithmX2
2014-04-10 15:01:04 -05:00
parent 327c1d4118
commit 79bbdd0bd1
4 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ public class PartPlacement
}
if ( host.isEmpty() )
world.setBlock( x, y, z, Platform.air );
host.cleanup();
if ( is != null && !is.isEmpty() )
{