1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

fix(insurgency) "Max Players" env variable typo (#1572)

"Max Players" var was defined as MAXPLAYERS, but referred as MAX_PLAYERS. Changed the definition instead of the startup command to keep it consistent with other steam games.
This commit is contained in:
maximilianovermeyer 2022-03-01 21:55:12 +01:00 committed by GitHub
parent 30e9e17c21
commit 1c77790a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
{
"name": "Max Players",
"description": "Sets the maximum number of players.",
"env_variable": "MAXPLAYERS",
"env_variable": "MAX_PLAYERS",
"default_value": "28",
"user_viewable": true,
"user_editable": true,