From e09dc8ba249d7a5364bd96d65d51b0999de8bdaf Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:26:30 -0700 Subject: [PATCH] Reorder the POPUP button (#61174) Hurts muscle memory in a way I didn't anticipate. New version puts it behind the REJT button. --- 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 803924b99c7..2231e1e759e 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -252,10 +252,9 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) ref_src = "[REF(src)]" . = ADMIN_FULLMONTY_NONAME(initiator.mob) if(state == AHELP_ACTIVE) - . += ClosureLinks(ref_src) - if (CONFIG_GET(flag/popup_admin_pm)) . += " (POPUP)" + . += ClosureLinks(ref_src) //private /datum/admin_help/proc/ClosureLinks(ref_src)