Skip to content
Snippets Groups Projects
Verified Commit c1f549e5 authored by dos's avatar dos
Browse files

Don't allow to play notes out of order

parent eda1cb40
No related branches found
No related tags found
No related merge requests found
......@@ -606,7 +606,7 @@ class SongView(BaseView):
if e != event and e.time == event.time and e.missed:
bad_chord = True
if bad_chord:
if bad_chord or event.time < self.laststreak:
utils.play_fiba(self.app)
utils.emit("bad", event.number)
self.bad = 1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment