mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
[chore] Add a log on force activation
This commit is contained in:
parent
b65da795ef
commit
6f4e98024a
@ -872,6 +872,7 @@ export function setWorldInfoSettings(settings, data) {
|
||||
console.error('[WI] WORLDINFO_FORCE_ACTIVATE requires all entries to have both world and uid fields, entry IGNORED', entry);
|
||||
} else {
|
||||
WorldInfoBuffer.externalActivations.set(`${entry.world}.${entry.uid}`, entry);
|
||||
console.log('[WI] WORLDINFO_FORCE_ACTIVATE added entry', entry);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user