From b5096eb6711cfb188db53f5acb599de335f5bb61 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:33:42 -0600 Subject: [PATCH] Update Broke Protocol Checkboxes This updates the checkboxes to the latest format. Unknown if this caused any issues, but will correct the code for future use. --- brokeprotocolconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brokeprotocolconfig.json b/brokeprotocolconfig.json index e0facc0..4c8ece0 100644 --- a/brokeprotocolconfig.json +++ b/brokeprotocolconfig.json @@ -76,8 +76,8 @@ "IncludeInCommandLine": false, "DefaultValue": "false", "EnumValues": { - "true": "True", - "false": "False" + "True": "true", + "False": "false" } } ]