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()