Merge pull request #5705 from VOREStation/aro-bwoink

Fix adminhelp sound toggle respect
This commit is contained in:
Neerti
2018-10-30 18:38:05 -04:00
committed by VirgoBot
parent 1ce67ab74d
commit 8333f3cd0b
+2 -1
View File
@@ -323,7 +323,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
return
if(initiator)
initiator << 'sound/effects/adminhelp.ogg'
if(initiator.is_preference_enabled(/datum/client_preference/holder/play_adminhelp_ping))
initiator << 'sound/effects/adminhelp.ogg'
to_chat(initiator, "<font color='red' size='4'><b>- AdminHelp Rejected! -</b></font>")
to_chat(initiator, "<font color='red'><b>Your admin help was rejected.</b></font>")