From 155195e8927a55b42f2330eff29ebec37e5228fc Mon Sep 17 00:00:00 2001 From: Cadyn Date: Wed, 24 Feb 2021 14:12:29 -0800 Subject: [PATCH] fix --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 3c52a58f89..d9ec06ea3d 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -5,7 +5,7 @@ if(istype(api)) for(var/datum/tgs_chat_channel/channel in api.chat_channels) if(channel.custom_tag == "ahelps") - return channel + return list(channel) // //TICKET MANAGER //