From c5dc44a90520fcdfec92407933cd362524e33296 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 23 Dec 2021 18:25:02 +1100 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 65ed6c8..b2f2625 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -10,6 +10,16 @@ "ParamFieldName": "adminpassword", "IncludeInCommandLine": true, "DefaultValue": "Password123", - "EnumValues": {} + }, + { + "DisplayName": "RCON Password", + "Category": "Server Settings", + "Description": "", + "Keywords": "RCON password", + "FieldName": "$RemoteAdminPassword", + "InputType": "text", + "IsFlagArgument": false, + "ParamFieldName": "RCONPassword", + "IncludeInCommandLine": false, } ]