Update src/ui/pokedex-ui-handler.ts

This commit is contained in:
Wlowscha 2025-08-15 18:56:23 +02:00 committed by GitHub
parent 602eac1bad
commit c0b67e6c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,7 +235,6 @@ export class PokedexUiHandler extends MessageUiHandler {
private canShowFormTray: boolean;
private filteredIndices: SpeciesId[];
constructor() {
super(UiMode.POKEDEX);
}