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:
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user