fixes item showing incorrect amounts

This commit is contained in:
PrototypeTrousers
2021-08-13 00:16:16 -03:00
parent 9a71bfb0f0
commit 618e9390c6
3 changed files with 1 additions and 32 deletions
-2
View File
@@ -248,8 +248,6 @@ public class GridStorageCache implements IStorageGrid
}
}
this.storageMonitors.forEach( ( channel, monitor ) -> monitor.forceUpdate() );
tracker.applyChanges();
}