From 4fdc313486c2a9e082c37453d75a027bb152f3d1 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 12 Sep 2017 02:36:28 -0500 Subject: [PATCH] Update topic.dm --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")