From d0b035e479c7c58c87d7975f9b61be30cb521325 Mon Sep 17 00:00:00 2001 From: B3none Date: Fri, 29 Dec 2023 02:58:15 +0000 Subject: [PATCH] Updated retakes config file name --- Modules/Configs/RetakesConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Configs/RetakesConfig.cs b/Modules/Configs/RetakesConfig.cs index ba39932..d86378f 100644 --- a/Modules/Configs/RetakesConfig.cs +++ b/Modules/Configs/RetakesConfig.cs @@ -9,7 +9,7 @@ public class RetakesConfig public RetakesConfig(string moduleDirectory) { - _retakesConfigPath = Path.Combine(moduleDirectory, "retakes.json"); + _retakesConfigPath = Path.Combine(moduleDirectory, "retakes_config.json"); RetakesConfigData = null; }