From ddfacfe78ecc9f7f7b841a04e6fc9c3990ccc241 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Tue, 15 Feb 2022 17:10:04 +1100 Subject: [PATCH] Project Zomboid: Mask Discord token in UI --- project-zomboidconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 30f4afd..40d15f6 100755 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -745,7 +745,7 @@ "Description":"Token to access the Discord servers", "Keywords":"discord,token", "FieldName":"DiscordToken", - "InputType":"text", + "InputType":"password", "IsFlagArgument":false, "ParamFieldName":"DiscordToken", "IncludeInCommandLine":false,