From 0d47ab05d324ef2e625f1d4973222ac2ac22b66b Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:36:13 -0600 Subject: [PATCH] Update Risk of Rain 2 Checkboxes This will update the checkboxes to the latest format. This will cause issues with the server until implemented. --- risk-of-rain-2config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/risk-of-rain-2config.json b/risk-of-rain-2config.json index 4d954df..2535537 100644 --- a/risk-of-rain-2config.json +++ b/risk-of-rain-2config.json @@ -50,8 +50,8 @@ "IncludeInCommandLine": false, "DefaultValue": "1", "EnumValues": { - "0": "False", - "1": "True" + "1": "True", + "0": "False" } } -] \ No newline at end of file +]