1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:49:55 +08:00

Add back second removed condition

This commit is contained in:
Dean Herbert
2020-10-07 18:40:09 +09:00
Unverified
parent b2dad67ade
commit 94a6e28565
+3
View File
@@ -61,6 +61,9 @@ namespace osu.Game.Updater
public async Task<bool> CheckForUpdateAsync()
{
if (!CanCheckForUpdate)
return false;
Task<bool> waitTask;
lock (updateTaskLock)