indicator hotfix

This commit is contained in:
Matthew Olker 2024-05-28 14:05:00 -04:00
parent 7e003d68a9
commit dc8672b2bd
1 changed files with 1 additions and 0 deletions

View File

@ -702,6 +702,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
show(args: any[]): boolean {
if (args.length >= 2 && args[0] instanceof Function && typeof args[1] === "number") {
super.show(args);
this.starterSelectCallback = args[0] as StarterSelectCallback;
this.starterSelectContainer.setVisible(true);