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:
parent
e034b3d514
commit
492dd3eee2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user