settings: change param to enable/disable depends by the depth

This commit is contained in:
nemunaire 2019-01-18 20:30:47 +01:00
parent 5d432cdcfc
commit 4ee70a8781
6 changed files with 12 additions and 15 deletions

View file

@ -173,7 +173,7 @@ func main() {
DenyNameChange: false,
EnableResolutionRoute: false,
PartialValidation: true,
EnableExerciceDepend: true,
UnlockedChallengeDepth:0,
}); err != nil {
log.Fatal("Unable to initialize settings.json:", err)
}