Skip to content

Commit

Permalink
Убиваем недобитки secutiry
Browse files Browse the repository at this point in the history
  • Loading branch information
FlitchTime committed Dec 24, 2024
1 parent 9820b32 commit 480ebca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -405,14 +405,14 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
return

/client/proc/check_security()
set name = "Check Secutiry"
set name = "Check Security"
set category = "Admin"

if(!check_rights(R_ADMIN))
return

holder.check_security()
log_admin("[key_name(usr)] checked secutiry")
log_admin("[key_name(usr)] checked security")
SSblackbox.record_feedback("tally", "admin_verb", 1, "Check Secs") //If you are copy-pasting this, ensure the 4th parameter is unique to the new proc!

/client/proc/ban_panel()
Expand Down

0 comments on commit 480ebca

Please sign in to comment.