mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Address formatting issues
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Tournament.IO
|
||||
Logger.Log("Using tournament storage: " + GetFullPath(string.Empty));
|
||||
}
|
||||
|
||||
override public void Migrate(string newLocation)
|
||||
public override void Migrate(string newLocation)
|
||||
{
|
||||
var source = new DirectoryInfo(storage.GetFullPath("tournament"));
|
||||
var destination = new DirectoryInfo(newLocation);
|
||||
|
Reference in New Issue
Block a user