stop connection if something in the way

pull/108/head
Jaysc 4 years ago
parent 144abcb69a
commit 6601923bd4

@ -175,6 +175,8 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
rotationVariant: 0,
connectedEntities: [contents],
};
} else {
break;
}
}
}

Loading…
Cancel
Save