mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 07:42:25 +02:00
Remove redundant assignment
This commit is contained in:
parent
ddfce53c77
commit
be2b258d75
@ -28,7 +28,6 @@ export default class AbilityBar extends Phaser.GameObjects.Container {
|
||||
this.add(this.abilityBarText);
|
||||
|
||||
this.setVisible(false);
|
||||
this.shown = false;
|
||||
}
|
||||
|
||||
override setVisible(shown: boolean): this {
|
||||
|
Loading…
Reference in New Issue
Block a user