xdh
2019-05-16 6b3e505e9c8f3a08dbcc9aa34944d20f64cf22b5
ServerPython/CoreServerGroup/GameServer/Script/Player/DirtyList.py
@@ -37,7 +37,8 @@
            return True
    
    readStrings = ReadChConfig.GetChConfig('DirtyList')
    forbiddenText = readStrings.split("\n")
    readStringsEx = ReadChConfig.GetChConfig('DirtyName')
    forbiddenText = readStrings.split("\n") + readStringsEx.split("\n")
    
    for i, eachLine in enumerate(forbiddenText):
        if len(eachLine) == 0: