Break, don't continue.

This commit is contained in:
Nolan Darilek 2022-05-23 17:29:59 -05:00
parent 2e55e0b4dc
commit 7d3a0ba156

View File

@ -475,7 +475,7 @@ fn events(
}
_ => {}
}
continue;
break;
}
}
}