Linux remote git push test

master
AlmTech Software 5 years ago
parent a62c93b4a6
commit ac0e1c1d90
  1. 2
      gamemode/init.lua

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

Loading…
Cancel
Save