Update Satisfactory Release Stream (#234)

Change the Early Access value to "public" so switching back from Experimental properly switches it to the EA branch.
This commit is contained in:
IceOfWraith 2022-11-20 15:21:07 -06:00 committed by GitHub
parent 7df4568d7f
commit f4b00c1f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,10 @@
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"InputType": "enum", "InputType": "enum",
"EnumValues": { "EnumValues": {
"": "Early Access", "public": "Early Access",
"experimental": "Experimental" "experimental": "Experimental"
}, },
"DefaultValue": "" "DefaultValue": "public"
} }
] ]