Forgot a break
inf a for-range loop. Broke all the mode detection system.
This commit is contained in:
parent
3de3443d87
commit
4d9f466491
@ -94,6 +94,7 @@ FROM beatmaps `+where+" ORDER BY id DESC LIMIT "+strconv.Itoa(common.InString(1,
|
||||
if diffVal != 0 {
|
||||
bm.Mode = osuapi.Mode(i)
|
||||
bm.DifficultyRating = diffVal
|
||||
break
|
||||
}
|
||||
}
|
||||
bms = append(bms, bm)
|
||||
|
Loading…
Reference in New Issue
Block a user