mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Placing underground belts now removes belts and other (unneeded) tunnels inbetween
This commit is contained in:
@@ -483,6 +483,10 @@ export class HUDBuildingPlacer extends BaseHUDPart {
|
||||
) {
|
||||
// Succesfully placed
|
||||
|
||||
const entity = this.root.map.getTileContent(tile);
|
||||
assert(entity, "Entity was not actually placed");
|
||||
this.root.signals.entityManuallyPlaced.dispatch(entity);
|
||||
|
||||
if (
|
||||
metaBuilding.getFlipOrientationAfterPlacement() &&
|
||||
!this.root.keyMapper
|
||||
|
||||
Reference in New Issue
Block a user