From ad5348bd561bfe1ff921751b5c2664e18fba64e3 Mon Sep 17 00:00:00 2001 From: James Manker Date: Sat, 7 May 2022 17:30:16 -0500 Subject: [PATCH] Update Conan Config Manifest Correct the RCON password setting. --- conan-exilesconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conan-exilesconfig.json b/conan-exilesconfig.json index f76eed8..f0fbf69 100644 --- a/conan-exilesconfig.json +++ b/conan-exilesconfig.json @@ -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",