[Bug] Fix candy count when not skipping to summary (#4342)

This commit is contained in:
MokaStitcher 2024-09-20 16:16:07 +02:00 committed by GitHub
parent 63fba0dcae
commit 2610a64980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export class EggLapsePhase extends Phase {
this.showSummary();
}, () => {
this.hatchEggsRegular(eggsToHatch);
this.showSummary();
this.end();
}
);
}, 100, true);