diff --git a/src/egg-hatch-phase.ts b/src/egg-hatch-phase.ts index dd4597e13cd7..1b100e37e5f5 100644 --- a/src/egg-hatch-phase.ts +++ b/src/egg-hatch-phase.ts @@ -76,9 +76,9 @@ export class EggHatchPhase extends Phase { const eggIndex = this.scene.gameData.eggs.findIndex(e => e.id === this.egg.id); - if (eggIndex === -1) { + /*if (eggIndex === -1) { return this.end(); - } + }*/ this.scene.gameData.eggs.splice(eggIndex, 1);