From a7c10b052c7d3091ba30f367750de979057364a0 Mon Sep 17 00:00:00 2001 From: Thunder12345 Date: Mon, 1 May 2017 20:58:38 +0100 Subject: [PATCH] Revert "Fixes Ahelp queing (#26739)" This reverts commit 0c1620d32cead359a42033c044e8b4d5aa5e3e83. --- code/modules/admin/verbs/adminhelp.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index db32b8b600e..235a9fd2961 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -485,10 +485,6 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) current_ticket.AddInteraction("[key_name_admin(usr)] opened a new ticket.") current_ticket.Close() - if(!(/client/verb/adminhelp in verbs)) - to_chat(usr, "Nice try!") - return - new /datum/admin_help(msg, src, FALSE) //admin proc