Merge pull request #108 from jaysc/invalidUndergroundBelt

Prevent invalid connection if existing underground tunnel entrance exists
This commit is contained in:
tobspr 2020-06-11 18:44:43 +02:00 committed by GitHub
commit 25b27054ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}
}