Started the expcore

This commit is contained in:
Cooldude2606
2017-12-01 16:16:44 +00:00
parent ec0be19e54
commit 265784e6dc
3 changed files with 43 additions and 1 deletions

View File

@@ -29,3 +29,7 @@ local Color, Game, Event = require('/locale/StdLib/load'){'Color','Game','Event'
-- loads the ExpLib, functions are plased into the lua global
local ExpLib = require 'ExpLib'
ExpLib._unpack_to_G(ExpLib)
--_G.discord_emit = function(...) return false end -- un-comment this line if you are not using the json.data
-- loads the ExpCore files these are need in order to run the other addons
local Ranking, Server, Gui = require('/locale/ExpCore/load'){'Ranking','Server','Gui'}