mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Revert variable usage
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Updater
|
|||||||
|
|
||||||
// debug / local compilations will reset to a non-release string.
|
// 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).
|
// 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();
|
private readonly object updateTaskLock = new object();
|
||||||
|
Reference in New Issue
Block a user