mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-08 14:48:47 -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) {
|
||||
hookedFilter = true;
|
||||
badWordsFile.OnTextChanged += LoadBadWords;
|
||||
goodWordsFile.OnTextChanged += LoadBadWords;
|
||||
}
|
||||
|
||||
goodWords = goodWordsFile.GetTextWithoutComments();
|
||||
|
Loading…
x
Reference in New Issue
Block a user