mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Update paths
This commit is contained in:
parent
2a9da602cb
commit
61e6285f7a
@ -141,12 +141,12 @@ namespace osu.Game.Tournament.IPC
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
stableInstallPath = "E:\\osu!tourney";
|
stableInstallPath = "G:\\My Drive\\Main\\osu!tourney";
|
||||||
|
|
||||||
if (checkExists(stableInstallPath))
|
if (checkExists(stableInstallPath))
|
||||||
return stableInstallPath;
|
return stableInstallPath;
|
||||||
|
|
||||||
stableInstallPath = "E:\\osu!mappool";
|
stableInstallPath = "G:\\My Drive\\Main\\osu!mappool";
|
||||||
|
|
||||||
if (checkExists(stableInstallPath))
|
if (checkExists(stableInstallPath))
|
||||||
return stableInstallPath;
|
return stableInstallPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user