Merge pull request #1221 from libccy/PR-Branch

v1.10.11.1
This commit is contained in:
Spmario233 2024-04-17 11:41:02 +08:00 committed by GitHub
commit 15440173b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -469,14 +469,6 @@ export async function boot() {
extensionlist.push(config.get("extensions")[name]);
}
}
} else {
for (var name = 0; name < config.get("extensions").length; name++) {
if (Reflect.get(window, "bannedExtensions").includes(config.get("extensions")[name])) {
continue;
}
// @ts-ignore
game.import("extension", { name: config.get("extensions")[name] });
}
}
let layout = config.get("layout");