From 3e5a9f2100a174635f5aed489fb13b1acb760947 Mon Sep 17 00:00:00 2001 From: gamray Date: Thu, 9 May 2024 11:19:42 +0200 Subject: [PATCH] Fixed typo in comments --- src/phases.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/phases.ts b/src/phases.ts index 107fe61b9c4..b96f33c24df 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -792,8 +792,8 @@ export class EncounterPhase extends BattlePhase { return this.scene.reset(true); this.scene.gameData.saveSession(this.scene, true).then(() => this.doEncounter()); }); - - // Syncing with the server every 3 waves + + // Syncing with the server every 5 waves if (battle.waveIndex % 5 == 0) { this.scene.gameData.saveSystem().then(success => { if (!success) {