From a8dc2711ceccdc375799aa44582bc481dfabbfe5 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Wed, 5 Nov 2014 18:16:05 -0300 Subject: [PATCH] Swapped the admin panel override alert message from all players to only asay. --- 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 5c1d89c4642..418b00eeac0 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -2,7 +2,7 @@ ..() if(usr.client != src.owner || !check_rights(0)) - world << "[usr.key] has attempted to override the admin panel!" + message_admins("[usr.key] has attempted to override the admin panel!") log_admin("[key_name(usr)] tried to use the admin panel without authorization.") return