From b3a793cafed870bcf043ccb170722548bb4f8e52 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 4 Dec 2017 18:34:36 +0000 Subject: [PATCH] Small note to self --- locale/ExpCore/load.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locale/ExpCore/load.lua b/locale/ExpCore/load.lua index fb166e5a..d02e0cb2 100644 --- a/locale/ExpCore/load.lua +++ b/locale/ExpCore/load.lua @@ -17,10 +17,11 @@ Pass a table with the names of the objects you want and it will be return in tha local ExpCore = {} +-- note to self - server with use async and promissis with .on_error and .on_success and the appilty to set data +--ExpCore.Server = require '/server' require '/commands' --[[ExpCore.Ranking = require '/ranking' require '/ranks' -ExpCore.Server = require '/server' ExpCore.Gui = require '/gui' require '/GuiParts/inputs' require '/GuiParts/toolbar'