1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 07:32:58 +08:00

Merge branch 'master' into general-fixes

This commit is contained in:
Thomas Müller 2017-02-22 19:12:02 +01:00 committed by GitHub
commit ac0b2b5aa5

View File

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