mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove default value in Storagemgr
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user