Remove async from applyAbAttrsInternal

Stray async leftover from merge
This commit is contained in:
Sirz Benjie 2025-02-21 02:10:05 -06:00
parent ceb78ebe0b
commit 8f95d8f336
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -5355,7 +5355,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
return this.helper.getFailedText(target); return this.helper.getFailedText(target);
} }
} }
async function applyAbAttrsInternal<TAttr extends AbAttr>( function applyAbAttrsInternal<TAttr extends AbAttr>(
attrType: Constructor<TAttr>, attrType: Constructor<TAttr>,
pokemon: Pokemon | null, pokemon: Pokemon | null,
applyFunc: AbAttrApplyFunc<TAttr>, applyFunc: AbAttrApplyFunc<TAttr>,