1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Remove left over config entry

This commit is contained in:
Craftplacer 2020-01-19 18:40:17 +01:00
parent 7d1fc388ce
commit be2a88c8a5
2 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ namespace osu.Game.Configuration
IntroSequence,
ChatHighlightName,
ChatMessageNotification,
HighlightWords,
UIHoldActivationDelay,
HitLighting,
MenuBackgroundSource

View File

@ -50,7 +50,6 @@ namespace osu.Game.Online.Chat
{
notifyOnMention = config.GetBindable<bool>(OsuSetting.ChatHighlightName);
notifyOnChat = config.GetBindable<bool>(OsuSetting.ChatMessageNotification);
highlightWords = config.GetBindable<string>(OsuSetting.HighlightWords);
localUser = api.LocalUser;
// Listen for new messages