mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- Description - A small description that will be displayed on the doc
|
||||
--- Adds a thread system and event listening and a admin bypass (recommend to disable /c and use optional /interface)
|
||||
-- @submodule ExpGamingCore.Server
|
||||
-- @alias Server
|
||||
-- @author Cooldude2606
|
||||
|
||||
Reference in New Issue
Block a user