mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed more breaking changes
This commit is contained in:
@@ -11,11 +11,11 @@ local Commands = require("modules.exp_legacy.expcore.commands") --- @dep expcore
|
||||
local interface_modules = {
|
||||
["Commands"] = Commands,
|
||||
["output"] = Commands.print,
|
||||
["Group"] = "expcore.permission_groups",
|
||||
["Roles"] = "expcore.roles",
|
||||
["Gui"] = "expcore.gui",
|
||||
["Datastore"] = "expcore.datastore",
|
||||
["External"] = "expcore.external",
|
||||
["Group"] = "modules.exp_legacy.expcore.permission_groups",
|
||||
["Roles"] = "modules.exp_legacy.expcore.roles",
|
||||
["Gui"] = "modules.exp_legacy.expcore.gui",
|
||||
["Datastore"] = "modules.exp_legacy.expcore.datastore",
|
||||
["External"] = "modules.exp_legacy.expcore.external",
|
||||
}
|
||||
|
||||
-- loads all the modules given in the above table
|
||||
|
||||
Reference in New Issue
Block a user