From 93fb5313adef97a57d7b8f5d1932b5d1bc6d99c1 Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Wed, 13 Jun 2018 20:03:58 +0200 Subject: [PATCH] aaa --- 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 e6048a99d7b..194f09a2ed3 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1817,7 +1817,7 @@ return var/mob/M = locate(href_list["CentComReply"]) - usr.client.cmd_admin_centcom_message(M) + cmd_admin_centcom_message(M) else if(href_list["SyndicateReply"]) var/mob/living/carbon/human/H = locate(href_list["SyndicateReply"])