mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Remove unnecessary directory creation.
This commit is contained in:
parent
f16cc430f8
commit
801e4bbb0d
@ -17,7 +17,6 @@ namespace osu.Desktop.Platform
|
|||||||
|
|
||||||
public override SQLiteConnection GetDatabase(string name)
|
public override SQLiteConnection GetDatabase(string name)
|
||||||
{
|
{
|
||||||
Directory.CreateDirectory(BasePath);
|
|
||||||
ISQLitePlatform platform;
|
ISQLitePlatform platform;
|
||||||
if (RuntimeInfo.IsWindows)
|
if (RuntimeInfo.IsWindows)
|
||||||
platform = new SQLitePlatformWin32();
|
platform = new SQLitePlatformWin32();
|
||||||
|
Loading…
Reference in New Issue
Block a user