mid way tho formatting server-interface to be under one object

This commit is contained in:
Cooldude2606
2017-10-15 00:12:04 +01:00
parent 6dbdec5c8f
commit c1145342fe
4 changed files with 13 additions and 47 deletions

View File

@@ -9,9 +9,9 @@ Discord: https://discord.gg/XSsBV6b
--Please Only Edit Below This Line-----------------------------------------------------------
--As this is the core file, the order in which the files are loaded does matter. Do not change!
require("ExpGaming - Lib")
ranking = require("ExpGaming - Rank Control")
ExpGui = require("GUI/file-header")
local ranking = require("ExpGaming - Rank Control")
local ExpGui = require("GUI/file-header")
require("ExpGaming - Command Maker")
server = require("ExpGaming - Server Interface")
local server = require("ExpGaming - Server Interface")
--Please Only Edit Above This Line-----------------------------------------------------------
return ranking,ExpGui,server