mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 18:36:23 +09:00
Fix require for /debug
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Adds a command that opens the debug frame
|
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")
|
local Commands = require("modules/exp_commands")
|
||||||
|
|
||||||
--- Opens the debug gui.
|
--- Opens the debug gui.
|
||||||
|
|||||||
Reference in New Issue
Block a user