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
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ private void load(NotificationManager notification, OsuColour colours, TextureSt
}
};
updateChecker();
if (IsDeployedBuild)
updateChecker();
}
protected override void LoadComplete()