Skip to content

Commit

Permalink
Disables sound rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lyret committed May 20, 2024
1 parent f01fd81 commit 7f711cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/entities/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ export function generateRulesForEditor(groups: any, placementLayers: any): () =>
hasLargeEnergyNeed(),
hasMissingFields(),
// hasManyCoordinates(),
isBreakingSoundLimit(
groups.soundguide,
2,
'Making too much noise?',
'Seems like you wanna play louder than your neighbors might expect? Check the sound guider layer!',
),
// isBreakingSoundLimit(
// groups.soundguide,
// 2,
// 'Making too much noise?',
// 'Seems like you wanna play louder than your neighbors might expect? Check the sound guider layer!',
// ),
isOverlapping(
placementLayers,
2,
Expand Down

0 comments on commit 7f711cb

Please sign in to comment.