1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 13:27:20 +08:00

Fix updates downloading in non-deploy builds.

This commit is contained in:
Dean Herbert 2017-02-23 00:41:04 +09:00
parent 202976c0c3
commit 74ea5e7343

View File

@ -103,7 +103,8 @@ namespace osu.Desktop.Overlays
}
};
updateChecker();
if (IsDeployedBuild)
updateChecker();
}
protected override void LoadComplete()