diff --git a/src/js/game/hud/parts/building_placer_logic.js b/src/js/game/hud/parts/building_placer_logic.js index 9e41f0b4..065021b4 100644 --- a/src/js/game/hud/parts/building_placer_logic.js +++ b/src/js/game/hud/parts/building_placer_logic.js @@ -374,7 +374,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart { 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 metaBuilding = this.currentMetaBuilding.get();