Merge pull request #9092 from clusterfack/fix4

Fix an incorrect to_chat
This commit is contained in:
clusterfack
2016-03-28 14:07:34 -05:00

View File

@@ -17,7 +17,7 @@
for(var/mob/M in player_list)
if(!M.client) continue
if(M.client.prefs.toggles & SOUND_MIDI)
to_chat(M, uploaded_sound)
M << uploaded_sound
feedback_add_details("admin_verb","PGS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!