Remove duplicate call to clearPhaseQueueSplice

This commit is contained in:
Dean 2025-02-23 00:12:19 -08:00
parent 24714a8019
commit 1d10b379c9

View File

@ -5381,7 +5381,6 @@ function applyAbAttrsInternal<TAttr extends AbAttr>(
}
applySingleAbAttrs(pokemon, passive, attrType, applyFunc, successFunc, args, gainedMidTurn, simulated, messages);
globalScene.clearPhaseQueueSplice();
}
}