Revert "Changed NetworkMonitor to update its cache."

This commit is contained in:
yueh
2015-12-11 22:26:21 +01:00
parent 12cf76a62f
commit 1862ab3562
3 changed files with 85 additions and 293 deletions
@@ -378,11 +378,10 @@ public class PartStorageBus extends PartUpgradeable implements IGridTickable, IC
final IMEInventory<IAEItemStack> out = this.getInternalHandler();
// TODO: evaluate, if this is really (not) necessary.
// if( this.monitor != null )
// {
// this.monitor.onTick();
// }
if( this.monitor != null )
{
this.monitor.onTick();
}
IItemList<IAEItemStack> after = AEApi.instance().storage().createItemList();
if( out != null )