hch
2018-09-29 50e9e9c944e53eb2cf5645bae9199595203c6a2a
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: