Merge pull request #1531 from gOOvER/patch-1

Avorion - Fixed SRCDS_APPID
This commit is contained in:
Michael (Parker) Parker 2022-01-14 10:58:09 -05:00 committed by GitHub
commit ca944ddc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@
{ {
"name": "Steam App ID", "name": "Steam App ID",
"description": "", "description": "",
"env_variable": "APP_ID", "env_variable": "SRCDS_APPID",
"default_value": "565060", "default_value": "565060",
"user_viewable": false, "user_viewable": false,
"user_editable": false, "user_editable": false,
@ -182,4 +182,4 @@
"rules": "required|string|max:20" "rules": "required|string|max:20"
} }
] ]
} }