Skip to content

Commit

Permalink
Set FIX_APPMANIFEST to false in games.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Dec 8, 2023
1 parent 03eb98b commit a7b8d61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions games.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"appid": 90,
"client_appid": 10,
"docker_repository": "goldsourceservers/cstrike",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1003,
Expand All @@ -21,7 +21,7 @@
"appid": 90,
"client_appid": 80,
"docker_repository": "goldsourceservers/czero",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1123,
Expand All @@ -33,7 +33,7 @@
"appid": 90,
"client_appid": 40,
"docker_repository": "goldsourceservers/dmc",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1126,
Expand All @@ -45,7 +45,7 @@
"appid": 90,
"client_appid": 30,
"docker_repository": "goldsourceservers/dod",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1122,
Expand All @@ -57,7 +57,7 @@
"appid": 90,
"client_appid": 70,
"docker_repository": "goldsourceservers/gearbox",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1121,
Expand All @@ -69,7 +69,7 @@
"appid": 90,
"client_appid": 60,
"docker_repository": "goldsourceservers/ricochet",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1122,
Expand All @@ -81,7 +81,7 @@
"appid": 90,
"client_appid": 20,
"docker_repository": "goldsourceservers/tfc",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 1122,
Expand All @@ -93,7 +93,7 @@
"appid": 90,
"client_appid": 70,
"docker_repository": "goldsourceservers/valve",
"fix_app_manifest": true
"fix_app_manifest": false
},
{
"game_version": 13881,
Expand Down

0 comments on commit a7b8d61

Please sign in to comment.