mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Merge pull request #108 from jaysc/invalidUndergroundBelt
Prevent invalid connection if existing underground tunnel entrance exists
This commit is contained in:
commit
25b27054ec
@ -175,6 +175,8 @@ export class MetaUndergroundBeltBuilding extends MetaBuilding {
|
||||
rotationVariant: 0,
|
||||
connectedEntities: [contents],
|
||||
};
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user