1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Address feedback, remove needless else

This commit is contained in:
Garrow Bedrossian 2021-03-01 09:21:11 -05:00
parent e19591d0fa
commit 5f06a88174

View File

@ -311,8 +311,6 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
this.currentBaseRotation = 90;
} else if (this.root.keyMapper.getBinding(KEYMAPPINGS.placement.rotateToLeft).pressed) {
this.currentBaseRotation = 270;
} else {
// No op
}
const staticComp = this.fakeEntity.components.StaticMapEntity;