mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Update usages of config with framework changes
This commit is contained in:
@ -12,8 +12,8 @@ namespace osu.Game.Tournament.Screens.Drawings.Components
|
||||
|
||||
protected override void InitialiseDefaults()
|
||||
{
|
||||
Set(DrawingsConfig.Groups, 8, 1, 8);
|
||||
Set(DrawingsConfig.TeamsPerGroup, 8, 1, 8);
|
||||
SetDefault(DrawingsConfig.Groups, 8, 1, 8);
|
||||
SetDefault(DrawingsConfig.TeamsPerGroup, 8, 1, 8);
|
||||
}
|
||||
|
||||
public DrawingsConfigManager(Storage storage)
|
||||
|
Reference in New Issue
Block a user