item/fluid count changes.. again

This commit is contained in:
PrototypeTrousers
2021-12-07 20:38:50 -03:00
parent 85dc8ae7c1
commit b51af43dba
7 changed files with 26 additions and 25 deletions
+1 -2
View File
@@ -247,10 +247,9 @@ public class GridStorageCache implements IStorageGrid
this.removeCellProvider( cc, tracker );
}
}
tracker.applyChanges();
this.storageMonitors.forEach( ( channel, monitor ) -> monitor.forceUpdate() );
tracker.applyChanges();
}
private <T extends IAEStack<T>, C extends IStorageChannel<T>> void postChangesToNetwork( final C chan, final int upOrDown, final IItemList<T> availableItems, final IActionSource src )