1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 09:03:00 +08:00

Update paths

This commit is contained in:
Dean Herbert 2019-02-08 15:20:22 +09:00
parent 2a9da602cb
commit 61e6285f7a

View File

@ -141,12 +141,12 @@ namespace osu.Game.Tournament.IPC
{
try
{
stableInstallPath = "E:\\osu!tourney";
stableInstallPath = "G:\\My Drive\\Main\\osu!tourney";
if (checkExists(stableInstallPath))
return stableInstallPath;
stableInstallPath = "E:\\osu!mappool";
stableInstallPath = "G:\\My Drive\\Main\\osu!mappool";
if (checkExists(stableInstallPath))
return stableInstallPath;