Fixes some messages showing up in the Unsorted Chat Tab (#27614)

* Fixes some messages showing up in the Unsorted Chat Tab

* yes

* yes

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
Contrabang
2024-12-14 19:10:16 +00:00
committed by GitHub
co-authored by Burzah
parent a6f6752d26
commit 5568476574
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
var/fax_sound = sound('sound/effects/adminhelp.ogg')
for(var/client/C in GLOB.admins)
if(check_rights(R_EVENT, 0, C.mob))
to_chat(C, msg)
to_chat(C, msg, MESSAGE_TYPE_ADMINPM)
if(C.prefs.sound & SOUND_ADMINHELP)
SEND_SOUND(C, fax_sound)