loL
This commit is contained in:
parent
e1ed11d49f
commit
9c44c15e8a
|
@ -273,7 +273,7 @@ func genModeClauseRx(md common.MethodData) string {
|
||||||
if md.Query("mode") != "" {
|
if md.Query("mode") != "" {
|
||||||
m, err := strconv.Atoi(md.Query("mode"))
|
m, err := strconv.Atoi(md.Query("mode"))
|
||||||
if err == nil && m >= 0 && m <= 3 {
|
if err == nil && m >= 0 && m <= 3 {
|
||||||
modeClause = fmt.Sprintf("AND scores_relac.play_mode = '%d'", m)
|
modeClause = fmt.Sprintf("AND scores_relax.play_mode = '%d'", m)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return modeClause
|
return modeClause
|
||||||
|
|
Loading…
Reference in New Issue
Block a user