remove extra comment

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-01 10:17:05 -06:00 committed by GitHub
parent 1ef4329def
commit eb951f2508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4752,7 +4752,6 @@ class ForceSwitchOutHelper {
switchOutLogic(pokemon: Pokemon): boolean { switchOutLogic(pokemon: Pokemon): boolean {
const switchOutTarget = pokemon; const switchOutTarget = pokemon;
// If the target is a Player Pokémon
/** /**
* If the switch-out target is a player-controlled Pokémon, the function checks: * If the switch-out target is a player-controlled Pokémon, the function checks:
* - Whether there are available party members to switch in. * - Whether there are available party members to switch in.