1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 12:35:34 +08:00

Restore accidentally commented conditional

This commit is contained in:
Dean Herbert 2019-05-24 10:53:02 +09:00
parent e034b3d514
commit 492dd3eee2

View File

@ -92,7 +92,7 @@ namespace osu.Desktop.Overlays
var version = game.Version;
var lastVersion = config.Get<string>(OsuSetting.Version);
//if (game.IsDeployedBuild && version != lastVersion)
if (game.IsDeployedBuild && version != lastVersion)
{
config.Set(OsuSetting.Version, version);