Update Conan Config Manifest
Correct the RCON password setting.
This commit is contained in:
parent
1f60660332
commit
ad5348bd56
@ -136,6 +136,19 @@
|
||||
"Required": true,
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"RCON Password",
|
||||
"Category":"Server Settings",
|
||||
"Description":"Password to connect to RCON.",
|
||||
"Keywords":"rcon,password",
|
||||
"FieldName":"$RemoteAdminPassword",
|
||||
"InputType":"password",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"RconPlugin.RconPassword",
|
||||
"IncludeInCommandLine":false,
|
||||
"EnumValues":{},
|
||||
"Hidden": true
|
||||
},
|
||||
{
|
||||
"DisplayName":"Server Region",
|
||||
"Category":"Server Settings",
|
||||
|
Loading…
Reference in New Issue
Block a user