From b8f2fe00e58d982210e0968f72cb4077391d82c3 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 12 Sep 2017 02:31:25 -0500 Subject: [PATCH] Update topic.dm --- code/modules/admin/topic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 8487e58810..b714ef1ff9 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -9,10 +9,10 @@ message_admins("Debug mode enabled, call not blocked. Please ask your coders to review this round's logs.") log_world("UAH: [href]") return TRUE -log_admin_private("[key_name(usr)] clicked an href with [msg] authorization key! [href]") + 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!")