| Core/GameEngine/Model/TelPartialConfig/DirtyWordConfig.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Core/GameEngine/Model/TelPartialConfig/DirtyWordConfig.cs
@@ -98,6 +98,9 @@ public static bool IsDirtWord(string source) { if (System.Text.Encoding.UTF8.GetByteCount(source) == 1) return false; if (!dirtyWordInited) { Init();