mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-22 00:02:20 +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.add(this.abilityBarText);
|
||||||
|
|
||||||
this.setVisible(false);
|
this.setVisible(false);
|
||||||
this.shown = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override setVisible(shown: boolean): this {
|
override setVisible(shown: boolean): this {
|
||||||
|
Loading…
Reference in New Issue
Block a user