Apply standalone exercices settings
This commit is contained in:
parent
a1ce2df131
commit
398de21793
6 changed files with 63 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue