Merge branch '6.1.x' of github.com:BuildCraft/BuildCraft into 6.1.x
This commit is contained in:
commit
6280266024
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class EntityRobotPicker extends EntityRobot implements IInventory {
|
|||
.getTileEntity(dockingStation.x, dockingStation.y,
|
||||
dockingStation.z);
|
||||
|
||||
if (pipe.pipe.transport instanceof PipeTransportItems) {
|
||||
if (pipe != null && pipe.pipe.transport instanceof PipeTransportItems) {
|
||||
if (unloadTracker.markTimeIfDelay(worldObj)) {
|
||||
for (int i = 0; i < inv.length; ++i) {
|
||||
if (inv[i] != null) {
|
||||
|
|
Loading…
Reference in a new issue