revert iitemrepository cache changes

This commit is contained in:
Salomão
2021-05-12 23:22:54 -03:00
parent 4f627b234c
commit 39038ac935
2 changed files with 12 additions and 45 deletions
@@ -93,7 +93,7 @@ class ItemHandlerAdapter implements IMEInventory<IAEItemStack>, IBaseMonitor<IAE
}
else if( countPos < countPre )
{
injectedList.add( Pair.of( i, countPos - countPre ) );
injectedList.add( Pair.of( i, countPre - countPos ) );
}
}