diff --git a/src/data/trainer-config.ts b/src/data/trainer-config.ts index 595f9a50f..a08f83ebf 100644 --- a/src/data/trainer-config.ts +++ b/src/data/trainer-config.ts @@ -927,9 +927,5 @@ export const trainerConfigs: TrainerConfigs = { }; (function () { - // I think we need to get the language that we are using here and then decide with a switch statment which language to load the dialogue in - - - - initTrainerTypeDialogue(); + initTrainerTypeDialogue(); })(); \ No newline at end of file