mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unnecessary newline
This commit is contained in:
@ -446,7 +446,6 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
public void ImportFromStable()
|
public void ImportFromStable()
|
||||||
{
|
{
|
||||||
|
|
||||||
string stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"osu!", "Songs");
|
string stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"osu!", "Songs");
|
||||||
if (!Directory.Exists(stableInstallPath))
|
if (!Directory.Exists(stableInstallPath))
|
||||||
stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".osu", "Songs");
|
stableInstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".osu", "Songs");
|
||||||
|
Reference in New Issue
Block a user