mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Wrong condition in downloadtracker
This commit is contained in:
		@@ -19,7 +19,7 @@ namespace NadekoBot.Common
 | 
			
		||||
        /// <returns>Task representing download state</returns>
 | 
			
		||||
        public async Task EnsureUsersDownloadedAsync(IGuild guild)
 | 
			
		||||
        {
 | 
			
		||||
#if !GLOBAL_NADEKO
 | 
			
		||||
#if GLOBAL_NADEKO
 | 
			
		||||
            return;
 | 
			
		||||
#endif
 | 
			
		||||
            await downloadUsersSemaphore.WaitAsync();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user