mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-26 11:38:54 +00:00
indicator hotfix
This commit is contained in:
parent
7e003d68a9
commit
dc8672b2bd
@ -702,6 +702,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
show(args: any[]): boolean {
|
show(args: any[]): boolean {
|
||||||
if (args.length >= 2 && args[0] instanceof Function && typeof args[1] === "number") {
|
if (args.length >= 2 && args[0] instanceof Function && typeof args[1] === "number") {
|
||||||
super.show(args);
|
super.show(args);
|
||||||
|
this.starterSelectCallback = args[0] as StarterSelectCallback;
|
||||||
|
|
||||||
this.starterSelectContainer.setVisible(true);
|
this.starterSelectContainer.setVisible(true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user