settings: change param to enable/disable depends by the depth
This commit is contained in:
parent
5d432cdcfc
commit
4ee70a8781
6 changed files with 12 additions and 15 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Reference in a new issue