|
|
@ -15,7 +15,7 @@ if SERVER then |
|
|
|
local path = "gamemodes/" .. GM.FolderName .. "/gamemode/content/materials/quantum/server_banner.png" |
|
|
|
local path = "gamemodes/" .. GM.FolderName .. "/gamemode/content/materials/quantum/server_banner.png" |
|
|
|
resource.AddSingleFile( path ) |
|
|
|
resource.AddSingleFile( path ) |
|
|
|
|
|
|
|
|
|
|
|
include( "shared.lua" ) |
|
|
|
include( "shared.lua" ) -- git push test (REMOVE THIS LATER) |
|
|
|
|
|
|
|
|
|
|
|
Quantum.Server = {} |
|
|
|
Quantum.Server = {} |
|
|
|
include( "settings/sv_settings.lua" ) -- include the settings |
|
|
|
include( "settings/sv_settings.lua" ) -- include the settings |
|
|
@ -108,4 +108,4 @@ if SERVER then |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
Quantum.Server.Load() |
|
|
|
Quantum.Server.Load() |
|
|
|
end |
|
|
|
end |
|
|
|