Update trainer-config.ts

This commit is contained in:
Bertie690 2025-09-06 19:51:38 -04:00 committed by GitHub
parent cdeceb6144
commit 9b5e4f9523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,9 +165,6 @@ export class TrainerConfig {
// Give the rival a localized name
// This is only the male name, because the female name is handled in a different function (setHasGenders)
name = i18next.t("trainerNames:rival");
if (!name) {
throw new Error("skibidi sigma");
}
}
this.name = name;