Skip to content

Commit

Permalink
Update code/controllers/mc/admin.dm
Browse files Browse the repository at this point in the history
Co-authored-by: fira <[email protected]>
  • Loading branch information
harryob and fira committed Nov 16, 2023
1 parent 8f5701e commit 0c25de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/mc/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit 0c25de3

Please sign in to comment.