From 9f9a1f32e19e017927fd681b99ad1dc7bac42631 Mon Sep 17 00:00:00 2001 From: antoinegreuzard Date: Thu, 31 Oct 2024 21:48:17 +0100 Subject: [PATCH] fix: remove saveGameToFile --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index c43f702..acd0d95 100644 --- a/src/index.ts +++ b/src/index.ts @@ -96,9 +96,6 @@ export async function initializeGame(playerColor: PieceColor) { replayButton.style.display = 'block'; if (whiteTimer.isRunning) whiteTimer.stop(); if (blackTimer.isRunning) blackTimer.stop(); - - // Appel de la fonction de sauvegarde - game.saveGameToFile(); } function clearMessage() {