diff --git a/osu-framework b/osu-framework index fc9441b420..1c80609e7a 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit fc9441b420878dd817ffc8ae41ac76abc328330c +Subproject commit 1c80609e7aa686f4abdc82bcd6a8f03439463ce7 diff --git a/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs b/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs index cd01b94d94..f12d7ab9ce 100644 --- a/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs +++ b/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs @@ -8,7 +8,7 @@ namespace osu.Game.Screens.Tournament.Components { public class DrawingsConfigManager : ConfigManager { - public override string Filename => @"drawings.ini"; + protected override string Filename => @"drawings.ini"; protected override void InitialiseDefaults() {