Update src/ui/starter-select-ui-handler.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Ori shalhon 2025-01-06 08:49:40 +01:00 committed by GitHub
parent 451e4f01b8
commit 60d1149fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1349,7 +1349,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
this.starterIconsCursorIndex = this.starterSpecies.length - 1;
this.moveStarterIconsCursor(this.starterIconsCursorIndex);
} else {
//TODO how can we get here if start button can't be selected? this is reduantant shoudld i renmove this?
// TODO: how can we get here if start button can't be selected? this appears to be redundant
this.startCursorObj.setVisible(false);
this.randomCursorObj.setVisible(true);
}