mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
Few Small Changes To verbose
This commit is contained in:
@@ -46,14 +46,15 @@ Color, Game, Event = require('StdLib/load'){'Color','Game','Event'}
|
|||||||
|
|
||||||
-- loads the ExpLib, functions are placed into the lua global
|
-- loads the ExpLib, functions are placed into the lua global
|
||||||
local ExpLib = require 'ExpLib'
|
local ExpLib = require 'ExpLib'
|
||||||
verbose('ExpLib Initiation')
|
verbose('ExpLib Extraction')
|
||||||
ExpLib._unpack_to_G(ExpLib)
|
ExpLib._unpack_to_G(ExpLib)
|
||||||
|
|
||||||
verbose('Begain Core File Loading')
|
verbose('Begain Core File Loading')
|
||||||
-- Loads the ExpCore files. These are need in order to run the other addons
|
-- Loads the ExpCore files. These are need in order to run the other addons
|
||||||
Ranking, Sync, Server, Gui = require('ExpCore/load'){'Ranking','Sync','Server','Gui'}
|
Ranking, Sync, Server, Gui = require('ExpCore/load'){'Ranking','Sync','Server','Gui'}
|
||||||
|
verbose('Gui Test Initiation')
|
||||||
local success,err = require('ExpCore/GuiParts/test')
|
local success,err = require('ExpCore/GuiParts/test')
|
||||||
if success then verbose('Gui Test Initiation') Gui.test = err end
|
if success then Gui.test = err else verbose('No Test Present') end
|
||||||
if Gui.popup then verbose('Gui Popup Initiation') Gui.popup._load() end
|
if Gui.popup then verbose('Gui Popup Initiation') Gui.popup._load() end
|
||||||
if Sync._load then verbose('Sync Initiation') Sync._load() end
|
if Sync._load then verbose('Sync Initiation') Sync._load() end
|
||||||
-- Loads the ranks that Ranking uses
|
-- Loads the ranks that Ranking uses
|
||||||
|
|||||||
Reference in New Issue
Block a user