From 3156db73c5b3355ad54d3910cc8b873ba09e84d2 Mon Sep 17 00:00:00 2001 From: harryob Date: Wed, 6 Dec 2023 17:46:30 +0000 Subject: [PATCH] Update code/modules/admin/tabs/admin_tab.dm Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/modules/admin/tabs/admin_tab.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/tabs/admin_tab.dm b/code/modules/admin/tabs/admin_tab.dm index 7dec4f802169..8dce41ac8235 100644 --- a/code/modules/admin/tabs/admin_tab.dm +++ b/code/modules/admin/tabs/admin_tab.dm @@ -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