From 0c25de39b2f5197b02d341fa86dd88c63433a6b1 Mon Sep 17 00:00:00 2001 From: harryob Date: Thu, 16 Nov 2023 22:39:24 +0000 Subject: [PATCH] Update code/controllers/mc/admin.dm Co-authored-by: fira --- code/controllers/mc/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/mc/admin.dm b/code/controllers/mc/admin.dm index c819482d33b5..8c5060864747 100644 --- a/code/controllers/mc/admin.dm +++ b/code/controllers/mc/admin.dm @@ -97,7 +97,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/statclick) set name = "Debug Role Authority" if(!GLOB.RoleAuthority) - to_chat(usr, "GLOB.RoleAuthority not found!") + to_chat(usr, "RoleAuthority not found!") return debug_variables(GLOB.RoleAuthority) message_admins("Admin [key_name_admin(usr)] is debugging the Role Authority.")