Add ahelp bwoink sound cvar (#22439)

This commit is contained in:
DrSmugleaf
2023-12-13 01:51:30 -07:00
committed by GitHub
parent 9e46b35207
commit 77e872fe8b
2 changed files with 9 additions and 3 deletions

View File

@@ -628,6 +628,8 @@ namespace Content.Shared.CCVar
CVarDef.Create("audio.admin_chat_sound_path", "/Audio/Items/pop.ogg", CVar.ARCHIVE | CVar.CLIENT | CVar.REPLICATED);
public static readonly CVarDef<float> AdminChatSoundVolume =
CVarDef.Create("audio.admin_chat_sound_volume", -5f, CVar.ARCHIVE | CVar.CLIENT | CVar.REPLICATED);
public static readonly CVarDef<string> AHelpSound =
CVarDef.Create("audio.ahelp_sound", "/Audio/Effects/adminhelp.ogg", CVar.ARCHIVE | CVar.CLIENTONLY);
/*
* HUD