1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00

Revert variable usage

This commit is contained in:
Dean Herbert 2020-06-12 19:26:46 +09:00
parent 446ce2590c
commit f5c3863e6d

View File

@ -53,7 +53,7 @@ namespace osu.Game.Updater
// debug / local compilations will reset to a non-release string.
// can be useful to check when an install has transitioned between release and otherwise (see OsuConfigManager's migrations).
config.Set(OsuSetting.Version, game.Version);
config.Set(OsuSetting.Version, version);
}
private readonly object updateTaskLock = new object();