mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Change to require
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user