From 4eaa2f8449e6a01350244f41e68b7af72a18309f Mon Sep 17 00:00:00 2001 From: quotefox <49098813+quotefox@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:35:15 +0100 Subject: [PATCH] Fixed warning that was spooky. --- 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 d4e137a4..9985cbbd 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -15,7 +15,7 @@ ..() if(usr.client != src.owner || !check_rights(0)) - message_admins("[usr.key] has attempted to override the admin panel!") + message_admins("[usr.key] tried to use the admin panel without authorization.") log_admin("[key_name(usr)] tried to use the admin panel without authorization.") return