mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Added Module: ExpGamingCore.Gui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user