hch
2018-09-10 537cb90e1e0a3ff8461a8a55812feab78f6a07cb
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: