[MIRROR] Fixes stop-sounds not force-stopping internet midis (#2692)

* Fixes stop-sounds not force-stopping internet midis (#30571)

* Update playsound.dm

* Update preferences_toggles.dm (#17)

* Fixes stop-sounds not force-stopping internet midis
This commit is contained in:
CitadelStationBot
2017-09-10 22:29:12 -05:00
committed by kevinz000
parent be3881bbf4
commit 8ee6fdb76a
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -135,4 +135,7 @@
for(var/mob/M in GLOB.player_list)
if(M.client)
SEND_SOUND(M, sound(null))
var/client/C = M.client
if(C && C.chatOutput && !C.chatOutput.broken && C.chatOutput.loaded)
C.chatOutput.sendMusic(" ")
SSblackbox.add_details("admin_verb","Stop All Playing Sounds") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!