mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 12:45:09 +08: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