mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +00:00
Remove default value in Storagemgr
This commit is contained in:
parent
a47d34f1db
commit
8b9cf6fc52
@ -14,12 +14,6 @@ namespace osu.Game.Tournament.Configuration
|
|||||||
: base(storage)
|
: base(storage)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void InitialiseDefaults()
|
|
||||||
{
|
|
||||||
base.InitialiseDefaults();
|
|
||||||
Set(StorageConfig.CurrentTournament, string.Empty);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum StorageConfig
|
public enum StorageConfig
|
||||||
|
Loading…
Reference in New Issue
Block a user