mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 15:10:44 +08:00
Fix test failures
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user