Apply standalone exercices settings

This commit is contained in:
nemunaire 2024-03-16 11:28:59 +01:00
parent a1ce2df131
commit 398de21793
6 changed files with 63 additions and 1 deletions

View file

@ -79,6 +79,8 @@ func reloadSettings(config *settings.Settings) {
fic.PartialValidation = config.PartialValidation
fic.UnlockedChallengeDepth = config.UnlockedChallengeDepth
fic.UnlockedChallengeUpTo = config.UnlockedChallengeUpTo
fic.UnlockedStandaloneExercices = config.UnlockedStandaloneExercices
fic.UnlockedStandaloneExercicesByValidation = config.UnlockedStandaloneExercicesByValidation
fic.DisplayAllFlags = config.DisplayAllFlags
fic.FirstBlood = config.FirstBlood