From d01d46417095167ac27f319ae33a6fcc1f18c468 Mon Sep 17 00:00:00 2001 From: Toastical <20125180+Toastical@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:55:02 +0300 Subject: [PATCH] enables skin.dmf profiler verbs if people have the needed perms (#30148) --- code/modules/admin/holder2.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/holder2.dm b/code/modules/admin/holder2.dm index 9f1ee097481..ef8771adb7a 100644 --- a/code/modules/admin/holder2.dm +++ b/code/modules/admin/holder2.dm @@ -98,8 +98,8 @@ GLOBAL_PROTECT(href_token) owner.update_active_keybindings() if(rights & (R_DEBUG | R_VIEWRUNTIMES)) // Enable the buttons they should have. - winset(owner, "debugmcbutton", "is-disabled=true") - winset(owner, "profilecode", "is-disabled=true") + winset(owner, "debugmcbutton", "is-disabled=false") + winset(owner, "profilecode", "is-disabled=false") GLOB.admins |= owner GLOB.de_admins -= ckey GLOB.de_mentors -= ckey