[MIRROR] Fixes stopsounds (#5912)

* Fixes stopsounds

* Update playsound.dm
This commit is contained in:
CitadelStationBot
2018-03-12 07:58:49 -05:00
committed by Poojawa
parent 3e5f79332a
commit fd42d55993
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ TOGGLE_CHECKBOX(/datum/verbs/menu/Settings/Sound, toggleprayersounds)()
SEND_SOUND(usr, sound(null))
var/client/C = usr.client
if(C && C.chatOutput && !C.chatOutput.broken && C.chatOutput.loaded)
C.chatOutput.sendMusic(" ")
C.chatOutput.sendMusic(STOP_SOUNDS_URL)
SSblackbox.record_feedback("nested tally", "preferences_verb", 1, list("Stop Self Sounds")) //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!