From 58bb17bc628516bacc6a77301eaedc16be1f4ba6 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 7 Apr 2018 17:35:07 +0100 Subject: [PATCH] Moved More --- ExpCore/load.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',