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

@ -160,6 +160,8 @@ namespace osu.Game
};
API.Register(this);
FileStore.Cleanup();
}
private WorkingBeatmap lastBeatmap;