mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +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)
|
||||
{
|
||||
Directory.CreateDirectory(BasePath);
|
||||
ISQLitePlatform platform;
|
||||
if (RuntimeInfo.IsWindows)
|
||||
platform = new SQLitePlatformWin32();
|
||||
|
Loading…
Reference in New Issue
Block a user