invalidate cached itemstack if its gonna be used in a real insertion
This commit is contained in:
@@ -285,6 +285,7 @@ public final class AEItemStack extends AEStack<IAEItemStack> implements IAEItemS
|
||||
if( this.cachedItemStack != null )
|
||||
{
|
||||
currentCached = this.cachedItemStack;
|
||||
this.cachedItemStack = null;
|
||||
}
|
||||
|
||||
ItemStack itemStack;
|
||||
|
||||
Reference in New Issue
Block a user