From 7ff34fc1287744f438d70146dd7d755cf55e04a8 Mon Sep 17 00:00:00 2001 From: skoglol Date: Thu, 16 Jul 2020 16:08:01 +0200 Subject: [PATCH] excessive --- code/modules/admin/verbs/adminhelp.dm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index e095ddf8930..115feb5731e 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -510,15 +510,13 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) SSblackbox.record_feedback("tally", "admin_verb", 1, "Adminhelp") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! if(current_ticket) - if(current_ticket) - current_ticket.MessageNoRecipient(msg) - current_ticket.TimeoutVerb() - return - else - to_chat(usr, "Ticket not found, creating new one...", confidential = TRUE) + current_ticket.MessageNoRecipient(msg) + current_ticket.TimeoutVerb() + return new /datum/admin_help(msg, src, FALSE) + // // LOGGING //