Skip to content

Commit

Permalink
Update code/modules/admin/tabs/admin_tab.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
harryob and Drulikar committed Dec 6, 2023
1 parent 6d22a66 commit 3156db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/admin/tabs/admin_tab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
if (!istype(src, /datum/admins) || !(rights & R_MOD))
to_chat(user, "Error: you are not an admin!")
return
target_key = ckey(target_key)
if(!target_key)
to_chat(user, "Error: No key detected!")
return
Expand Down

0 comments on commit 3156db7

Please sign in to comment.