Add an audio option to mute the round restart sound (#10258)
This commit is contained in:
@@ -437,6 +437,14 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> EventMusicEnabled =
|
||||
CVarDef.Create("ambience.event_music_enabled", true, CVar.ARCHIVE | CVar.CLIENTONLY);
|
||||
|
||||
/*
|
||||
* Specific Sounds
|
||||
*/
|
||||
// Round end sound (APC Destroyed)
|
||||
public static readonly CVarDef<bool> RestartSoundsEnabled =
|
||||
CVarDef.Create("ambience.restart_sounds_enabled", true, CVar.ARCHIVE | CVar.CLIENTONLY);
|
||||
|
||||
|
||||
/*
|
||||
* Admin sounds
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user