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:
parent
f67822a59b
commit
6af0629cc0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user