Remove obsolete comment

This commit is contained in:
NightKev 2025-07-15 23:10:16 -07:00 committed by Sirz Benjie
parent 5d9fd42695
commit 84a13150d0
No known key found for this signature in database
GPG Key ID: 38AC42D68CF5E138

View File

@ -3790,7 +3790,6 @@ export class StarterSelectUiHandler extends MessageUiHandler {
female ??= false;
if (shouldUpdateSprite) {
species.loadAssets(female, formIndex, shiny, variant, true).then(() => {
// TODO: is this bang correct?
if (assetLoadCancelled.value) {
return;
}