FileStore logic fixes

This commit is contained in:
Dean Herbert
2017-10-17 10:25:18 +09:00
parent 81476ebe75
commit 799f510217
2 changed files with 9 additions and 9 deletions

View File

@ -95,8 +95,6 @@ namespace osu.Game.Tests.Beatmaps.IO
private OsuGameBase loadOsu(GameHost host)
{
host.Storage.DeleteDatabase(@"client");
var osu = new OsuGameBase();
Task.Run(() => host.Run(osu));