mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +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)
|
||||
{
|
||||
}
|
||||
|
||||
protected override void InitialiseDefaults()
|
||||
{
|
||||
base.InitialiseDefaults();
|
||||
Set(StorageConfig.CurrentTournament, string.Empty);
|
||||
}
|
||||
}
|
||||
|
||||
public enum StorageConfig
|
||||
|
Loading…
Reference in New Issue
Block a user