mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #9092 from clusterfack/fix4
Fix an incorrect to_chat
This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user