Remove highlighted/mentioned words

This commit is contained in:
Craftplacer
2020-01-19 17:26:43 +01:00
parent 32c2023517
commit dd5478fe1f
4 changed files with 1 additions and 65 deletions

View File

@ -17,8 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections
Children = new Drawable[]
{
new WebSettings(),
new AlertsAndPrivacySettings(),
new InGameChatSettings()
new AlertsAndPrivacySettings()
};
}
}