fix fluid dupe

This commit is contained in:
PrototypeTrousers
2022-03-06 08:23:14 -03:00
parent 9c821cb015
commit 146d3f5628
2 changed files with 2 additions and 2 deletions
@@ -414,7 +414,7 @@ public class ContainerFluidTerminal extends AEBaseContainer implements IConfigMa
}
}
if( notInserted == null )
if( notInserted == null || notInserted.getStackSize() == 0 )
{
if( !player.inventory.addItemStackToInventory( fh.getContainer() ) )
{