Reverses the Yes/No buttons on play internet sound (#36028)

This commit is contained in:
Jordan Brown
2018-03-01 16:38:06 -05:00
committed by Emmett Gaines
parent b517227126
commit 47a4aee4bf
+1 -1
View File
@@ -24,7 +24,7 @@
admin_sound.status = SOUND_STREAM
admin_sound.volume = vol
var/res = alert(usr, "Show the title of this song to the players?",, "No", "Yes", "Cancel")
var/res = alert(usr, "Show the title of this song to the players?",, "Yes","No", "Cancel")
switch(res)
if("Yes")
to_chat(world, "<span class='boldannounce'>An admin played: [S]</span>")