bugfix
This commit is contained in:
parent
4f7227aeb9
commit
56028b8a60
|
@ -5874,7 +5874,7 @@ export class Game extends Uninstantable {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const useCache = !lib.config.compatiblemode && !event.skill
|
const useCache = !lib.config.compatiblemode && !event.skill && !event.multitarget
|
||||||
&& ['button', 'card', 'target'].every(type => {
|
&& ['button', 'card', 'target'].every(type => {
|
||||||
if (!event[`filter${uppercaseType(type)}`]) return true;
|
if (!event[`filter${uppercaseType(type)}`]) return true;
|
||||||
// if (typeof event[`select${uppercaseType(type)}`] === 'function') return false;
|
// if (typeof event[`select${uppercaseType(type)}`] === 'function') return false;
|
||||||
|
|
Loading…
Reference in New Issue