mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Remove left over config entry
This commit is contained in:
parent
7d1fc388ce
commit
be2a88c8a5
@ -194,7 +194,6 @@ namespace osu.Game.Configuration
|
||||
IntroSequence,
|
||||
ChatHighlightName,
|
||||
ChatMessageNotification,
|
||||
HighlightWords,
|
||||
UIHoldActivationDelay,
|
||||
HitLighting,
|
||||
MenuBackgroundSource
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user