1
0
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:
Triston Stuart 2020-06-24 09:53:11 -07:00
parent 1e59a3db1a
commit 3d227de71d

View File

@ -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();