From 99cd87d113fe74402b23c308281ff52035d9976b Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 31 Jan 2022 11:37:07 +1100 Subject: [PATCH] Use RandomPassword input type --- unturnedconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unturnedconfig.json b/unturnedconfig.json index 32ba672..ca17dc1 100644 --- a/unturnedconfig.json +++ b/unturnedconfig.json @@ -72,7 +72,7 @@ "Description": "Password to connect to the server. Change this after installing the server", "Keywords": "password", "FieldName": "Password", - "InputType": "password", + "InputType": "RandomPassword", "IsFlagArgument": false, "ParamFieldName": "Password", "IncludeInCommandLine": false, @@ -84,9 +84,9 @@ "Description": "Password to connect to RCON. Change this after installing the server", "Keywords": "RCON,password", "FieldName": "$RemoteAdminPassword", - "InputType": "password", + "InputType": "RandomPassword", "IsFlagArgument": false, - "ParamFieldName": "/RocketSettings/RCON/@Password", + "ParamFieldName": "/RocketSettings/RCON/@", "IncludeInCommandLine": false, "DefaultValue": "Password123" }, @@ -280,4 +280,4 @@ "IncludeInCommandLine": false, "DefaultValue": "2" } -] \ No newline at end of file +]