Update GT_MetaTileEntity_AdvMiner2.java

This commit is contained in:
Logan Perkins 2016-06-27 17:28:18 -07:00 committed by GitHub
parent 9be4d8c270
commit fcb685693e

View file

@ -133,7 +133,7 @@ public class GT_MetaTileEntity_AdvMiner2 extends GT_MetaTileEntity_MultiBlockBas
}
ArrayList<ItemStack> tDrops = new ArrayList();
Block tMineBlock = null;
ChunkPosition mle;
ChunkPosition mle = null;;
while ((tMineBlock==null || tMineBlock == Blocks.air) && !mMineList.isEmpty()) {
mle = mMineList.get(0);
mMineList.remove(0);