1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove pointless keywords

This commit is contained in:
Dean Herbert 2020-04-09 14:36:04 +09:00
parent 947745d87e
commit 52c9762651

View File

@ -56,7 +56,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
{
LabelText = "Fade playfield to red when health is low",
Bindable = config.GetBindable<bool>(OsuSetting.FadePlayfieldWhenHealthLow),
Keywords = new[] { "hp", "low", "playfield", "red" }
},
new SettingsCheckbox
{