From 2cbf8aedc4e6c2e5a9f3394cdcd9c9d619468921 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Mon, 6 Oct 2025 11:47:46 -0700 Subject: [PATCH] fix access to ai controller debugger (#30541) --- code/modules/tgui/modules/ai_controller_debugger.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgui/modules/ai_controller_debugger.dm b/code/modules/tgui/modules/ai_controller_debugger.dm index b1df46140cd..9c99aef62cb 100644 --- a/code/modules/tgui/modules/ai_controller_debugger.dm +++ b/code/modules/tgui/modules/ai_controller_debugger.dm @@ -14,7 +14,7 @@ controller = controller_ /datum/ui_module/ai_controller_debugger/ui_state(mob/user) - return GLOB.admin_state + return GLOB.default_state /datum/ui_module/ai_controller_debugger/ui_interact(mob/user, datum/tgui/ui) ui = SStgui.try_update_ui(user, src, ui)