Fixes ambient sound preferences runtiming every time a client connects (#84202)

fixes #84200

forgot to pass the value that's sent while preferences are still
initializing.
This commit is contained in:
Afevis
2024-06-22 17:24:44 +01:00
committed by GitHub
parent 24a23009e8
commit d12576371c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/sound_ambience/apply_to_client(client/client, value)
client.update_ambience_pref()
client.update_ambience_pref(value)
/// Controls hearing announcement sounds
/datum/preference/toggle/sound_announcements