mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Add back second removed condition
This commit is contained in:
parent
b2dad67ade
commit
94a6e28565
@ -61,6 +61,9 @@ namespace osu.Game.Updater
|
|||||||
|
|
||||||
public async Task<bool> CheckForUpdateAsync()
|
public async Task<bool> CheckForUpdateAsync()
|
||||||
{
|
{
|
||||||
|
if (!CanCheckForUpdate)
|
||||||
|
return false;
|
||||||
|
|
||||||
Task<bool> waitTask;
|
Task<bool> waitTask;
|
||||||
|
|
||||||
lock (updateTaskLock)
|
lock (updateTaskLock)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user