f4b00c1f17
Change the Early Access value to "public" so switching back from Experimental properly switches it to the EA branch.
17 lines
449 B
JSON
17 lines
449 B
JSON
[
|
|
{
|
|
"DisplayName": "Server Release Stream",
|
|
"Description": "Which release stream should be used to Update the server",
|
|
"Category": "SteamCMD and Updates",
|
|
"FieldName": "releasestream",
|
|
"ParamFieldName": "releasestream",
|
|
"IncludeInCommandLine": false,
|
|
"InputType": "enum",
|
|
"EnumValues": {
|
|
"public": "Early Access",
|
|
"experimental": "Experimental"
|
|
|
|
},
|
|
"DefaultValue": "public"
|
|
}
|
|
] |