mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 11:03:22 +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 version = game.Version;
|
||||||
var lastVersion = config.Get<string>(OsuSetting.Version);
|
var lastVersion = config.Get<string>(OsuSetting.Version);
|
||||||
|
|
||||||
//if (game.IsDeployedBuild && version != lastVersion)
|
if (game.IsDeployedBuild && version != lastVersion)
|
||||||
{
|
{
|
||||||
config.Set(OsuSetting.Version, version);
|
config.Set(OsuSetting.Version, version);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user