diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index b714ef1ff9..887ce20882 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -12,7 +12,7 @@ log_admin_private("[key_name(usr)] clicked an href with [msg] authorization key! [href]") /datum/admins/Topic(href, href_list) -..() + ..() if(usr.client != src.owner || !check_rights(0)) message_admins("[usr.key] has attempted to override the admin panel!")