Update cwb_index.js

This commit is contained in:
2025-09-03 14:00:05 +08:00
committed by GitHub
parent acb0467923
commit 9cb29c3f0d

View File

@@ -19,7 +19,6 @@ export async function initializeCharacterWorldBook($cwbSettingsPanel) {
if (!isCwbEnabled()) {
console.log('[CWB] Master switch is disabled. Halting core feature initialization.');
initializeCharCardViewer();
return;
}