Fix issue for real
This commit is contained in:
		| @@ -54,7 +54,7 @@ public class TileDestructor extends TileMachine implements ICompareConfig, IMode | |||||||
|                     worldObj.setBlockToAir(front); |                     worldObj.setBlockToAir(front); | ||||||
|  |  | ||||||
|                     for (ItemStack drop : drops) { |                     for (ItemStack drop : drops) { | ||||||
|                         if (!controller.push(drop)) { |                         if (controller != null && !controller.push(drop)) { | ||||||
|                             RefinedStorageUtils.dropStack(worldObj, drop, front.getX(), front.getY(), front.getZ()); |                             RefinedStorageUtils.dropStack(worldObj, drop, front.getX(), front.getY(), front.getZ()); | ||||||
|                         } |                         } | ||||||
|                     } |                     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Raoul Van den Berge
					Raoul Van den Berge