diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm index 862d54e4017..7466bd87fd7 100644 --- a/code/modules/client/preference/preferences.dm +++ b/code/modules/client/preference/preferences.dm @@ -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