Update src/data/challenge.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Scooom 2025-01-06 14:56:16 -06:00 committed by GitHub
parent 5422dd7a7c
commit e9faa149c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -977,7 +977,6 @@ export function copyChallenge(source: Challenge | any): Challenge {
return InverseBattleChallenge.loadChallenge(source);
case Challenges.FLIP_STAT:
return FlipStatChallenge.loadChallenge(source);
}
throw new Error("Unknown challenge copied");
}