I have on-hold this mapset because:
The mapset's timing is incorrect, and requires an offset or additional timing point(s).
Edit > Apply Offset To Map > "8" > SURE
I am making suggestions for one or multiple difficulties in the mapset.
check modding (some of your notes have unintentional flams)
Additional comments:
the following section is for myself: code i wrote to detect flams
```cs
Quaver.API.Maps.Qua
.Parse("/media/d/Steam/steamapps/common/Quaver/Songs/33734 - 162/144541.qua")
.HitObjects
.Skip(1)
.Zip(Quaver.API.Maps.Qua.Parse("/media/d/Steam/steamapps/common/Quaver/Songs/33734 - 162/144541.qua").HitObjects)
.Where(x => x.First.StartTime - x.Second.StartTime is > 0 and < 16)
.Select(x => $"{x.First.StartTime},{x.First.Lane}")
```
Kirisame Marisa
3 weeks ago
I have voted for this mapset!
Additional comments:
not bad