mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-08 22:59:29 -04:00
Fix bad words exceptions not updating when modified and saved from GUI
Who else found out this feature exists from this commit?
This commit is contained in:
parent
04d100393c
commit
0dfe66cd15
@ -83,6 +83,7 @@ namespace MCGalaxy {
|
|||||||
if (!hookedFilter) {
|
if (!hookedFilter) {
|
||||||
hookedFilter = true;
|
hookedFilter = true;
|
||||||
badWordsFile.OnTextChanged += LoadBadWords;
|
badWordsFile.OnTextChanged += LoadBadWords;
|
||||||
|
goodWordsFile.OnTextChanged += LoadBadWords;
|
||||||
}
|
}
|
||||||
|
|
||||||
goodWords = goodWordsFile.GetTextWithoutComments();
|
goodWords = goodWordsFile.GetTextWithoutComments();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user