Skip to content

Commit

Permalink
ERT_lock_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick committed Jan 31, 2025
1 parent 365e2a6 commit 9b6f255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/security_levels/keycard_authentication.dm
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

var/fullmin_count = 0
for(var/client/C in GLOB.admins)
if(check_rights(R_EVENT, 0, C.mob))
if(check_rights(R_ADMIN, 0, C.mob))
fullmin_count++
if(fullmin_count)
addtimer(CALLBACK(src, PROC_REF(remind_admins), ert_reason, event_triggered_by), 15 MINUTES)
Expand Down

0 comments on commit 9b6f255

Please sign in to comment.