Revert "fixes item showing incorrect amounts"

This reverts commit 618e9390c6.
This commit is contained in:
PrototypeTrousers
2021-09-11 22:38:26 -03:00
parent cc5377d53b
commit 9335daff7d
3 changed files with 32 additions and 1 deletions
+2
View File
@@ -249,6 +249,8 @@ public class GridStorageCache implements IStorageGrid
}
tracker.applyChanges();
this.storageMonitors.forEach( ( channel, monitor ) -> monitor.forceUpdate() );
}
private <T extends IAEStack<T>, C extends IStorageChannel<T>> void postChangesToNetwork( final C chan, final int upOrDown, final IItemList<T> availableItems, final IActionSource src )