update insurgency steam app id (closes #1602)
Co-authored-by: Richard Moore <rmooreau@outlook.com>
This commit is contained in:
parent
704e05f90b
commit
a150790630
1 changed files with 3 additions and 3 deletions
|
@ -27,10 +27,10 @@
|
||||||
"name": "Game ID",
|
"name": "Game ID",
|
||||||
"description": "The ID corresponding to the game to download and run using SRCDS.",
|
"description": "The ID corresponding to the game to download and run using SRCDS.",
|
||||||
"env_variable": "SRCDS_APPID",
|
"env_variable": "SRCDS_APPID",
|
||||||
"default_value": "17705",
|
"default_value": "237410",
|
||||||
"user_viewable": 1,
|
"user_viewable": 1,
|
||||||
"user_editable": 0,
|
"user_editable": 0,
|
||||||
"rules": "required|regex:\/^(17705)$\/"
|
"rules": "required|regex:\/^(237410)$\/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Game Name",
|
"name": "Game Name",
|
||||||
|
@ -51,4 +51,4 @@
|
||||||
"rules": "required|regex:\/^(\\w{1,20})$\/"
|
"rules": "required|regex:\/^(\\w{1,20})$\/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue