Update Stationeers

Based on feedback from @Greelan I marked the ports hidden and removed an extra line from the password.
This commit is contained in:
James Manker
2022-02-19 15:10:26 -06:00
parent e74a81926b
commit c70ed851f5
2 changed files with 187 additions and 3 deletions

View File

@@ -23,7 +23,6 @@
"ParamFieldName": "SERVER.PASSWORD",
"IncludeInCommandLine": false,
"DefaultValue": "",
"SkipIfEmpty": true,
"EnumValues": {}
},
{
@@ -166,7 +165,8 @@
"IsFlagArgument": false,
"ParamFieldName": "SERVER.GAMEPORT",
"IncludeInCommandLine": false,
"DefaultValue": "27500"
"DefaultValue": "27500",
"Hidden": true
},
{
"DisplayName": "UPDATERPORT",
@@ -178,6 +178,7 @@
"IsFlagArgument": false,
"ParamFieldName": "SERVER.UPDATERPORT",
"IncludeInCommandLine": false,
"DefaultValue": "27015"
"DefaultValue": "27015",
"Hidden": true
}
]