stop connection if something in the way

This commit is contained in:
Jaysc 2020-06-11 16:33:25 +01:00
parent 144abcb69a
commit 6601923bd4
1 changed files with 2 additions and 0 deletions

View File

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