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 //