From 9b5e4f95232f907a960d46cbb18bf7d70cd6acc1 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:51:38 -0400 Subject: [PATCH] Update trainer-config.ts --- src/data/trainers/trainer-config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/data/trainers/trainer-config.ts b/src/data/trainers/trainer-config.ts index 0dd693bcb69..c11bcac1069 100644 --- a/src/data/trainers/trainer-config.ts +++ b/src/data/trainers/trainer-config.ts @@ -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;