Wrong condition in downloadtracker

This commit is contained in:
Kwoth
2022-01-01 16:31:23 +01:00
parent 42e1f35df2
commit 7bd4db60a8

View File

@@ -19,7 +19,7 @@ namespace NadekoBot.Common
/// <returns>Task representing download state</returns> /// <returns>Task representing download state</returns>
public async Task EnsureUsersDownloadedAsync(IGuild guild) public async Task EnsureUsersDownloadedAsync(IGuild guild)
{ {
#if !GLOBAL_NADEKO #if GLOBAL_NADEKO
return; return;
#endif #endif
await downloadUsersSemaphore.WaitAsync(); await downloadUsersSemaphore.WaitAsync();