mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move stable_config declaration, rename testscene
This commit is contained in:
@ -39,7 +39,8 @@ namespace osu.Game.Tournament.IPC
|
||||
|
||||
[Resolved]
|
||||
private StableInfo stableInfo { get; set; }
|
||||
private const string STABLE_CONFIG = "tournament/stable.json";
|
||||
|
||||
public const string STABLE_CONFIG = "tournament/stable.json";
|
||||
|
||||
public Storage IPCStorage { get; private set; }
|
||||
|
||||
@ -166,6 +167,7 @@ namespace osu.Game.Tournament.IPC
|
||||
return stableInfo.StablePath.Value;
|
||||
|
||||
string stableInstallPath = string.Empty;
|
||||
|
||||
try
|
||||
{
|
||||
List<Func<string>> stableFindMethods = new List<Func<string>>
|
||||
@ -195,7 +197,6 @@ namespace osu.Game.Tournament.IPC
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void saveStableConfig(string path)
|
||||
{
|
||||
stableInfo.StablePath.Value = path;
|
||||
|
Reference in New Issue
Block a user