ditto

327f4b107446f7a755e2d973e4eb375592eb8421

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/world-info.js+1 -1
@@ -4342,7 +4342,7 @@ export async function checkWorldInfo(chat, maxContext, isDryRun) {
43424342 buffer.resetExternalEffects();
43434343 timedEffects.cleanUp();
43444344
43454345 console.log(`[WI] ${isDryRun ? 'HypoheticallyHypothetically adding' : 'Adding'} ${allActivatedEntries.size} entries to prompt`, Array.from(allActivatedEntries.values()));
43464346 console.debug(`[WI] --- DONE${isDryRun ? ' (DRY RUN)' : ''} ---`);
43474347
43484348 return { worldInfoBefore, worldInfoAfter, EMEntries, WIDepthEntries, allActivatedEntries: new Set(allActivatedEntries.values()) };