mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:30:45 +00:00
Changed the default in UserSettings.ts:386 from 1 to 0. New users (or anyone who hasn't touched the slider) will now start with sound effects muted.
This commit is contained in:
@@ -383,7 +383,7 @@ export class UserSettings {
|
||||
}
|
||||
|
||||
soundEffectsVolume(): number {
|
||||
return this.getFloat("settings.soundEffectsVolume", 1);
|
||||
return this.getFloat("settings.soundEffectsVolume", 0);
|
||||
}
|
||||
|
||||
setSoundEffectsVolume(volume: number): void {
|
||||
|
||||
Reference in New Issue
Block a user