From 2e584ce3d0051f55382491957f03310e41249f10 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 13 Dec 2019 19:50:36 -0500 Subject: [PATCH] Minor bug fixes - Ahelps sent by admins are no longer sent to discord --- code/modules/admin/verbs/adminhelp.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 2b2a6672eb..98dad7d927 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -175,7 +175,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) message_admins("Ticket [TicketHref("#[id]")] created") else MessageNoRecipient(parsed_message) - + send2adminchat() //VOREStation Add //show it to the person adminhelping too to_chat(C, "PM to-Admins: [name]") @@ -184,7 +184,6 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) log_admin("Ticket #[id]: [key_name(initiator)]: [name] - heard by [admin_number_present] non-AFK admins who have +BAN.") if(admin_number_present <= 0) to_chat(C, "No active admins are online, your adminhelp was sent to the admin irc.") - send2adminchat() //VOREStation Add GLOB.ahelp_tickets.active_tickets += src /datum/admin_help/Destroy()