This commit is contained in:
kuangshen04 2024-03-04 22:48:02 +08:00
parent 4f7227aeb9
commit 56028b8a60
1 changed files with 1 additions and 1 deletions

View File

@ -5874,7 +5874,7 @@ export class Game extends Uninstantable {
return false;
}
const useCache = !lib.config.compatiblemode && !event.skill
const useCache = !lib.config.compatiblemode && !event.skill && !event.multitarget
&& ['button', 'card', 'target'].every(type => {
if (!event[`filter${uppercaseType(type)}`]) return true;
// if (typeof event[`select${uppercaseType(type)}`] === 'function') return false;