mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user