Skip to content

Commit

Permalink
уведомление тоже
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick committed Jan 31, 2025
1 parent 9b6f255 commit 15ba7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/pray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
if(repeat_warning)
msg += "<BR>[span_adminnotice("<b>ВНИМАНИЕ: запрос ОБР не получил ответа в течении 15 минут!</b>")]"
for(var/client/X in GLOB.admins)
if(check_rights(R_EVENT,0,X.mob))
if(check_rights(R_ADMIN, FALSE, X.mob))
to_chat(X, msg)
if(X.prefs.sound & SOUND_ADMINHELP)
X << 'sound/effects/adminhelp.ogg'
Expand Down

0 comments on commit 15ba7a3

Please sign in to comment.