diff --git a/ExpCore/load.lua b/ExpCore/load.lua index 3edd76ef..1eebd179 100644 --- a/ExpCore/load.lua +++ b/ExpCore/load.lua @@ -18,9 +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.Sync = require '/sync' StdExpCoreLib.Server = require '/server' StdExpCoreLib.Ranking = require '/ranking' +StdExpCoreLib.Sync = require '/sync' StdExpCoreLib.Gui = require '/gui' StdExpCoreLib.Gui:_load_parts{ 'inputs',