Since the call is at the end, no need to preserve data

This commit is contained in:
Wlowscha 2025-02-20 09:20:17 +01:00
parent 8908098f7c
commit c39177d13e
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -146,7 +146,7 @@ export class SwitchSummonPhase extends SummonPhase {
} else {
switchedInPokemon.resetSummonData();
}
this.lastPokemon.leaveField(true, false);
this.lastPokemon.leaveField();
this.summon();
};
if (this.player) {