host now responsible for cleanup, fixes onWrench MultiPart deletion.
This commit is contained in:
@@ -496,4 +496,9 @@ public class CableBusPart extends JCuboidPart implements JNormalOcclusion, IReds
|
||||
return cb.isEmpty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cleanup() {
|
||||
tile().remPart( this );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user