Hiviexd / MVTaikoChecks

A set of osu!taiko Mapset Verifier checks
3 stars 2 forks source link

Fix end timestamp for rest moment check #8

Closed hongaaronc closed 1 year ago

hongaaronc commented 1 year ago

Quick fix. The end time is properly used in the check and for calculating the duration of continuous mapping, but for the outputted timestamp itself I forgot to use GetEndTime() instead of time.

So this makes it so the end time stamp will correctly be at the end of spinners/sliders.

hongaaronc commented 1 year ago

Funny thing is I didn't notice on the debug output, since I actually did it right there: https://github.com/Hiviexd/MVTaikoChecks/blob/b310fbee8c6096e64154edd0959714c7cd8967d9/Checks/Compose/RestMomentCheck.cs#L215