Let all staff see ahelps again

Undoes stuff from #5894
Untested, but this looks like the thing.
This commit is contained in:
Razgriz
2023-04-03 19:02:27 -07:00
committed by GitHub
parent d2c8865198
commit 1444ebea38

View File

@@ -279,8 +279,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
//send this msg to all admins
for(var/client/X in GLOB.admins)
if(!check_rights(R_ADMIN, 0, X))
continue
// if(!check_rights(R_ADMIN, 0, X)) //CHOMP Remove let everyone hear the ahelp
// continue //CHOMP Remove let everyone hear the ahelp
if(X.is_preference_enabled(/datum/client_preference/holder/play_adminhelp_ping))
X << 'sound/effects/adminhelp.ogg'
window_flash(X)
@@ -814,4 +814,4 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
else
return founds
return msg
return msg