From d6a5f2c83190ee70fcf9b08bfd9776bc303e7fc4 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 26 Mar 2018 15:17:25 -0400 Subject: [PATCH] Merge pull request #36708 from Armhulen/patch-66 removes unnecessary message --- code/modules/admin/topic.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 838415ffd9..5e8fe119cf 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1810,7 +1810,6 @@ message_admins("[src.owner] decided not to answer [key_name(H)]'s CentCom request.") return - to_chat(src.owner, "You sent [input] to [H] via a secure channel.") log_admin("[src.owner] replied to [key_name(H)]'s CentCom message with the message [input].") message_admins("[src.owner] replied to [key_name(H)]'s CentCom message with: \"[input]\"") to_chat(H, "You hear something crackle in your ears for a moment before a voice speaks. \"Please stand by for a message from Central Command. Message as follows. [input]. Message ends.\"")