hch
2019-05-21 b90a0925f8f5f12c7c78878e2583ea8d3e609b28
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: