From c31d849f5a0348078e431c71dc92b954b1342733 Mon Sep 17 00:00:00 2001 From: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:12:29 +0200 Subject: [PATCH] Update src/ui/pokemon-info-container.ts --- src/ui/pokemon-info-container.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/pokemon-info-container.ts b/src/ui/pokemon-info-container.ts index cf910499d06..b289b51bc04 100644 --- a/src/ui/pokemon-info-container.ts +++ b/src/ui/pokemon-info-container.ts @@ -261,7 +261,6 @@ export default class PokemonInfoContainer extends Phaser.GameObjects.Container { this.pokemonFormText.disableInteractive(); } } - } else { this.pokemonFormLabelText.setVisible(false); this.pokemonFormText.setVisible(false);