Fixed Alot Of Stuff For Info Window

This commit is contained in:
Cooldude2606
2018-04-08 16:02:19 +01:00
parent 5b10126c44
commit e28fedb70a
4 changed files with 39 additions and 22 deletions

View File

@@ -18,8 +18,9 @@ Pass a table with the names of the objects you want and it will be return in tha
local StdExpCoreLib = {}
require '/commands'
StdExpCoreLib.Server = require '/server'
StdExpCoreLib.Ranking = require '/ranking'
StdExpCoreLib.Server = require '/server'
StdExpCoreLib.Sync = require '/sync'
StdExpCoreLib.Gui = require '/gui'
StdExpCoreLib.Gui:_load_parts{
'inputs',
@@ -28,7 +29,6 @@ StdExpCoreLib.Gui:_load_parts{
'left',
'popup'
}
StdExpCoreLib.Sync = require '/sync'
return function(rtn)
local _return = {}