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.