fix fluid dupe
This commit is contained in:
@@ -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() ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user