This commit is contained in:
copcap 2024-02-25 02:05:39 +08:00
parent 0aa848735e
commit 0e1a4395a6
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 1 additions and 0 deletions

View File

@ -2263,6 +2263,7 @@ export const Content = {
}
"step 2";
var info = get.info(event.skill);
if (result && result.control) result.bool = !result.control.includes('cancel');
if (!result || !result.bool) return;
var autodelay = info.autodelay;
if (typeof autodelay == 'function') autodelay = autodelay(trigger, player);