Move storageconfig set and saving to migrate method

This commit is contained in:
Shivam
2020-06-28 15:27:50 +02:00
parent 9639ebdd97
commit 0cddb85f1b
2 changed files with 7 additions and 6 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.Tournament.Tests.NonVisual
// Recreate the old setup that uses "tournament" as the base path.
string oldPath = Path.Combine(osuRoot, "tournament");
string videosPath = Path.Combine(oldPath, "videos");
string modsPath = Path.Combine(oldPath, "mods");
string flagsPath = Path.Combine(oldPath, "flags");