archive full game on crash (#251)

This commit is contained in:
evanpelle
2025-03-14 14:08:16 -07:00
committed by GitHub
parent d82191308e
commit 4a6ce12988
3 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -319,9 +319,9 @@ export class Transport {
);
}
leaveGame() {
leaveGame(saveFullGame: boolean = false) {
if (this.isLocal) {
this.localServer.endGame();
this.localServer.endGame(saveFullGame);
return;
}
this.stopPing();