Skip to content

Commit

Permalink
bugfix: proper name for channel (ss220-space#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored and SuhEugene committed Dec 22, 2023
1 parent f50040a commit 4d67c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preference/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
"1014" = 50, // CHANNEL_TTS_LOCAL
"1013" = 20, // CHANNEL_TTS_RADIO
"1012" = 50, // CHANNEL_RADIO_NOISE
"1010" = 100, // CHANNEL_BOSS_MUSIC
"1011" = 100, // CHANNEL_INTERACTION_SOUNDS
"1011" = 100, // CHANNEL_BOSS_MUSIC
"1010" = 100, // CHANNEL_INTERACTION_SOUNDS
)
/// The volume mixer save timer handle. Used to debounce the DB call to save, to avoid spamming.
var/volume_mixer_saving = null
Expand Down

0 comments on commit 4d67c81

Please sign in to comment.