mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 00:32:28 +02:00
Remove async from applyAbAttrsInternal
Stray async leftover from merge
This commit is contained in:
parent
ceb78ebe0b
commit
8f95d8f336
@ -5355,7 +5355,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
|
||||
return this.helper.getFailedText(target);
|
||||
}
|
||||
}
|
||||
async function applyAbAttrsInternal<TAttr extends AbAttr>(
|
||||
function applyAbAttrsInternal<TAttr extends AbAttr>(
|
||||
attrType: Constructor<TAttr>,
|
||||
pokemon: Pokemon | null,
|
||||
applyFunc: AbAttrApplyFunc<TAttr>,
|
||||
|
Loading…
Reference in New Issue
Block a user