chore: refractor
This commit is contained in:
7
ServerScriptService/CmdrServer.server.lua
Normal file
7
ServerScriptService/CmdrServer.server.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local ReplicatedStorage = game:GetService("ReplicatedStorage")
|
||||
local ServerScriptService = game:GetService("ServerScriptService")
|
||||
|
||||
local Cmdr = require(ReplicatedStorage.Packages.cmdr)
|
||||
|
||||
Cmdr:RegisterDefaultCommands()
|
||||
Cmdr.Registry:RegisterCommandsIn(ServerScriptService.CmdrCommands)
|
||||
Reference in New Issue
Block a user