1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 01:50:01 +08:00

Restore accidentally commented conditional

This commit is contained in:
Dean Herbert
2019-05-24 10:53:02 +09:00
Unverified
parent e034b3d514
commit 492dd3eee2
+1 -1
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);