Skip to content

Commit

Permalink
Updated retakes config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Dec 29, 2023
1 parent 511e35f commit d0b035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Configs/RetakesConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d0b035e

Please sign in to comment.