1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Remove unnecessary newline

This commit is contained in:
Dean Herbert 2017-08-01 09:37:33 +09:00
parent f67822a59b
commit 6af0629cc0

View File

@ -446,7 +446,6 @@ namespace osu.Game.Beatmaps
public void ImportFromStable()
{
string stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"osu!", "Songs");
if (!Directory.Exists(stableInstallPath))
stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".osu", "Songs");