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
+1 -1
View File
@@ -4,7 +4,7 @@ aebuild=7
aegroup=appeng
aebasename=appliedenergistics2
extended=extended_life
extendedversion=v50k
extendedversion=v50l
#########################################################
# Versions #
#########################################################
@@ -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() ) )
{