From 6d346ad6b6becf7ecb81268add7a76460de7b890 Mon Sep 17 00:00:00 2001 From: Kyep <16434066+Kyep@users.noreply.github.com> Date: Fri, 7 Aug 2020 14:46:09 +0000 Subject: [PATCH] Update code/modules/admin/topic.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --- code/modules/admin/topic.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index c9c3d78c0d0..ebc1870dd31 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -2379,7 +2379,8 @@ usr.client.cmd_admin_direct_narrate(M) else if(href_list["subtlemessage"]) - if(!check_rights(R_EVENT)) return + if(!check_rights(R_EVENT)) + return var/mob/M = locateUID(href_list["subtlemessage"]) usr.client.cmd_admin_subtle_message(M)