hch
2019-06-24 54c13f69ac0f3f043ae964fb6174c49876a92941
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: