First command added, fix commad errors

This commit is contained in:
Cooldude2606
2017-12-08 16:31:32 +00:00
parent 1e1fabd565
commit cab1207a85
5 changed files with 21 additions and 13 deletions

View File

@@ -17,8 +17,8 @@ Pass a table with the names of the objects you want and it will be return in tha
local StdExpCoreLib = {}
StdExpCoreLib.Server = require '/server'
require '/commands'
StdExpCoreLib.Server = require '/server'
--[[StdExpCoreLib.Ranking = require '/ranking'
require '/ranks'
StdExpCoreLib.Gui = require '/gui'