fix(parser/resultstatus): default forcequit option
This commit is contained in:
parent
fa649fcabe
commit
bbde1136ad
|
@ -10,7 +10,7 @@ import (
|
||||||
type Conf struct {
|
type Conf struct {
|
||||||
Score int
|
Score int
|
||||||
Comment string
|
Comment string
|
||||||
ForceQuitOnNotAccepted bool `default:"false"`
|
ForceQuitOnNotAccepted bool `default:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResultStatus struct{}
|
type ResultStatus struct{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user