diff --git a/front/src/Phaser/Game/GameManager.ts b/front/src/Phaser/Game/GameManager.ts index ae31ed3c..8dbceec9 100644 --- a/front/src/Phaser/Game/GameManager.ts +++ b/front/src/Phaser/Game/GameManager.ts @@ -188,6 +188,7 @@ export class GameManager { private timeoutCallback: NodeJS.Timeout|null = null; reconnectToGameScene(lastPositionShared: PointInterface): void { if (this.timeoutCallback !== null) { + console.log('Reconnect called but setTimeout in progress for the reconnection'); return; } if (this.reconnectScene === null) {