Added Module: ExpGamingCore.Gui

This commit is contained in:
Cooldude2606
2018-06-07 14:17:16 +01:00
parent 9be85f04a6
commit 5a40fe6649
38 changed files with 1621 additions and 868 deletions

View File

@@ -461,8 +461,8 @@ script.on_event(-2,function(event)
for uuid,thread in pairs(Server.threads) do setmetatable(thread,{__index=Server._thread}) end
end)
Server.on_init=function(self)
if loaded_modules.commands then require(module_path..'/src/commands') end
function Server:on_init()
if loaded_modules.commands then verbose('ExpGamingCore.Commands is installed; Loading commands src') require(module_path..'/src/commands') end
end
return Server