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
+5
View File
@@ -496,4 +496,9 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
return cb.isEmpty();
}
@Override
public void cleanup() {
tile().remPart( this );
}
}