mirror of https://github.com/ppy/osu
Revert variable usage
This commit is contained in:
parent
446ce2590c
commit
f5c3863e6d
|
@ -53,7 +53,7 @@ protected override void LoadComplete()
|
|||
|
||||
// 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();
|
||||
|
|
Loading…
Reference in New Issue