Follow-up to 1f8c150: fixed an error with checkpoint loading.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
parent
1f8c150e6c
commit
3da7b320f0
|
@ -643,6 +643,7 @@ public class Game extends BasicGameState {
|
|||
if (checkpoint == 0 || checkpoint > osu.endTime)
|
||||
break; // invalid checkpoint
|
||||
try {
|
||||
killReplayThread();
|
||||
restart = Restart.MANUAL;
|
||||
enter(container, game);
|
||||
checkpointLoaded = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user