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…
Reference in New Issue