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

(cherry picked from commit 957bc4c5cc)
This commit is contained in:
shartte
2020-08-31 23:10:25 +02:00
committed by Sebastian Hartte
parent ab393b0ed1
commit 7c99fca789
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