mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Fix cooldown debug log
This commit is contained in:
		@@ -3164,7 +3164,7 @@ async function checkWorldInfo(chat, maxContext, isDryRun) {
 | 
			
		||||
            const isCooldown = timedEvents.isOnCooldown(entry);
 | 
			
		||||
 | 
			
		||||
            if (isCooldown && !isSticky) {
 | 
			
		||||
                console.debug(`WI entry ${entry.uid} suppressed by external suppression`);
 | 
			
		||||
                console.debug(`WI entry ${entry.uid} suppressed by cooldown`);
 | 
			
		||||
                continue;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user