mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Fixed .streamrole not updating in real time, closes #345
This commit is contained in:
		@@ -221,7 +221,7 @@ public static class Extensions
 | 
			
		||||
 | 
			
		||||
    public static void Lap(this Stopwatch sw, string checkpoint)
 | 
			
		||||
    {
 | 
			
		||||
        Log.Information("Checkpoint {CheckPoint}: {Time}", checkpoint, sw.Elapsed.TotalMilliseconds);
 | 
			
		||||
        Log.Information("Checkpoint {CheckPoint}: {Time}ms", checkpoint, sw.Elapsed.TotalMilliseconds);
 | 
			
		||||
        sw.Restart();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user