mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Fixed Alot Of Stuff For Info Window
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user