mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove duplicate calls to CheckForUpdatesAsync
This commit is contained in:
@ -28,8 +28,6 @@ namespace osu.Game.Updater
|
||||
private void load(OsuGameBase game)
|
||||
{
|
||||
version = game.Version;
|
||||
|
||||
Schedule(() => Task.Run(CheckForUpdateAsync));
|
||||
}
|
||||
|
||||
protected override async Task InternalCheckForUpdateAsync()
|
||||
|
Reference in New Issue
Block a user