mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-18 05:49:20 +00:00
Wording Change
This commit is contained in:
parent
1e59a3db1a
commit
3d227de71d
@ -374,7 +374,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set sound to true if no options.suppressSound or set to opposite of options.suppressSound.
|
// Set sound to the opposite of suppressSound.
|
||||||
const sound = !suppressSound;
|
const sound = !suppressSound;
|
||||||
|
|
||||||
const metaBuilding = this.currentMetaBuilding.get();
|
const metaBuilding = this.currentMetaBuilding.get();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user