Merge branch 'custom-data-directory' into migration-backend

This commit is contained in:
Dean Herbert
2020-05-09 19:32:29 +09:00
71 changed files with 405 additions and 169 deletions

View File

@ -302,7 +302,8 @@ namespace osu.Game
{
base.SetHost(host);
Storage = new OsuStorage(host);
if (Storage == null) // may be non-null for certain tests
Storage = new OsuStorage(host);
if (LocalConfig == null)
LocalConfig = new OsuConfigManager(Storage);