Skip to content

Commit

Permalink
Fix: don't tick top game on final tick of sub-game
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 17, 2024
1 parent be58e77 commit 0a23fb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ GameStopReason tick() {
});
return null;
}
return stopped;
}
return super.tick();
}
Expand Down

0 comments on commit 0a23fb0

Please sign in to comment.