fixed sound arguments (#18713)

This commit is contained in:
Will
2025-10-30 16:38:15 -04:00
committed by GitHub
parent 94361ad6a8
commit 054480addd
@@ -67,7 +67,7 @@
var/pref_volume = M?.client?.prefs.read_preference(/datum/preference/numeric/volume/sound_instruments)
if(!pref_volume)
continue
M.playsound_local(get_turf(parent), null, volume * (pref_volume/100), FALSE, K.frequency, null, channel, null, copy)
M.playsound_local(get_turf(parent), null, volume * (pref_volume/100), FALSE, K.frequency, channel = channel, S = copy)
// Could do environment and echo later but not for now
/**