From 50daa81a4a79a501100f469c623ed6d332829541 Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:14:39 +0100 Subject: [PATCH] Fix require for `/debug` --- exp_scenario/module/commands/debug.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_scenario/module/commands/debug.lua b/exp_scenario/module/commands/debug.lua index a30d202e..0545e156 100644 --- a/exp_scenario/module/commands/debug.lua +++ b/exp_scenario/module/commands/debug.lua @@ -2,7 +2,7 @@ Adds a command that opens the debug frame ]] -local DebugView = require("modules.exp_legacy.modules.gui.debug.main_view") --- @dep modules.gui.debug.main_view +local DebugView = require("modules/exp_scenario/gui/debug/main_view") local Commands = require("modules/exp_commands") --- Opens the debug gui.