From b538d7a7f1b7df5fe96f09a37bea1a25034e8f3b Mon Sep 17 00:00:00 2001 From: Jestin VanScoyoc <31118852+JediScoy@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:26:02 -0400 Subject: [PATCH] Update defaultValue for Event in crescendo_config.js --- 2024/crescendo_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/crescendo_config.js b/2024/crescendo_config.js index 84440a7a3..f23c12d0a 100644 --- a/2024/crescendo_config.js +++ b/2024/crescendo_config.js @@ -15,7 +15,7 @@ var config_data = ` { "name": "Event", "code": "e", "type": "event", - "defaultValue": "2024milac", + "defaultValue": "2024mitvc", "required": "true" }, { "name": "Match Level",