diff --git a/MCGalaxy/Chat/ProfanityFilter.cs b/MCGalaxy/Chat/ProfanityFilter.cs index 4e1863c02..8ca2e4e2e 100644 --- a/MCGalaxy/Chat/ProfanityFilter.cs +++ b/MCGalaxy/Chat/ProfanityFilter.cs @@ -83,6 +83,7 @@ namespace MCGalaxy { if (!hookedFilter) { hookedFilter = true; badWordsFile.OnTextChanged += LoadBadWords; + goodWordsFile.OnTextChanged += LoadBadWords; } goodWords = goodWordsFile.GetTextWithoutComments();