Change to require

This commit is contained in:
Cooldude2606
2018-05-20 18:58:56 +01:00
parent d7c42e4c8c
commit 7ccf1083d2
3 changed files with 20 additions and 13 deletions

View File

@@ -17,11 +17,11 @@ Pass a table with the names of the objects you want and it will be return in tha
local StdExpCoreLib = {}
require('/commands')
StdExpCoreLib.Ranking = require('/ranking')
StdExpCoreLib.Server = require('/server')
StdExpCoreLib.Sync = require('/sync')
StdExpCoreLib.Gui = require('/gui')
require('commands')
StdExpCoreLib.Ranking = require('ranking')
StdExpCoreLib.Server = require('server')
StdExpCoreLib.Sync = require('sync')
StdExpCoreLib.Gui = require('gui')
verbose('Begain Gui Part Loading')
StdExpCoreLib.Gui:_load_parts{
'inputs',