Fixed Double Item Drop

This commit is contained in:
tommy1019 2013-08-09 12:23:05 -05:00
parent 9e732ee935
commit aab3385c2d
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ public abstract class BlockFluidBase extends Block implements IFluidBlock
{
return false;
}
Block.blocksList[bId].dropBlockAsItem(world, x, y, z, world.getBlockMetadata(x, y, z), 0);
int density = getDensity(world, x, y, z);
if (density == Integer.MAX_VALUE)