Revert variable usage

This commit is contained in:
Dean Herbert 2020-06-12 19:26:46 +09:00
parent 446ce2590c
commit f5c3863e6d
1 changed files with 1 additions and 1 deletions

View File

@ -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();