Fixes removal of facades not invalidating the cached server-side collision boxes. (#4663)

This commit is contained in:
shartte
2020-08-31 23:10:25 +02:00
committed by GitHub
parent e90dd2f9c6
commit 957bc4c5cc
2 changed files with 12 additions and 2 deletions
@@ -125,7 +125,7 @@ public class CableBusContainer extends CableBusStorage implements AEMultiTile, I
@Override
public IFacadeContainer getFacadeContainer() {
return new FacadeContainer(this);
return new FacadeContainer(this, this::invalidateShapes);
}
@Override