This commit is contained in:
kuangthree 2024-03-16 11:40:11 +08:00
parent 351e84b675
commit 3e896221d7
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ export class Create extends Uninstantable {
Object.keys(lib.characterPack).filter(key=>{
if(key.indexOf('mode_extension')!=0)return false;
const extName = key.slice(15);
if (!game.hasExtension(extName) || !game.hasExtensionLoaded(extName)) return false;
//if (!game.hasExtension(extName) || !game.hasExtensionLoaded(extName)) return false;
return lib.config[`extension_${extName}_characters_enable`] === true;
}).forEach(key=>packlist.add(key));
for (var i = 0; i < packlist.length; i++) {