Run cleanup tasks only on startup via manual calls

This commit is contained in:
Dean Herbert
2017-10-17 19:58:33 +09:00
parent b9d0fb96ed
commit e4a066dc5f
5 changed files with 8 additions and 18 deletions

View File

@ -104,6 +104,8 @@ namespace osu.Game.Beatmaps
if (importHost != null)
ipc = new BeatmapIPCChannel(importHost, this);
beatmaps.Cleanup();
}
/// <summary>