fix: IndexOutOfBoundsException in JumpManager (#1576) (PR #1577)

This commit is contained in:
Jan S
2022-07-13 18:24:20 +02:00
committed by GitHub
parent 51555667cf
commit 3cc464c9c9
@@ -82,5 +82,6 @@ public class JumpManager {
public void reset() {
list.clear();
currentPos = 0;
}
}