Migrate all commands to new lib
This commit is contained in:
12
exp_scenario/module/commands/_rcon.lua
Normal file
12
exp_scenario/module/commands/_rcon.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
--[[-- Command Rcon - ExpCore
|
||||
Adds rcon interfaces for the legacy exp core
|
||||
]]
|
||||
|
||||
local Commands = require("modules/exp_commands")
|
||||
local add_static, add_dynamic = Commands.add_rcon_static, Commands.add_rcon_dynamic
|
||||
|
||||
add_static("Group", require("modules.exp_legacy.expcore.permission_groups"))
|
||||
add_static("Roles", require("modules.exp_legacy.expcore.roles"))
|
||||
add_static("Gui", require("modules.exp_legacy.expcore.gui"))
|
||||
add_static("Datastore", require("modules.exp_legacy.expcore.datastore"))
|
||||
add_static("External", require("modules.exp_legacy.expcore.external"))
|
||||
Reference in New Issue
Block a user