hxp
5 天以前 388823edfe6308cba6f76ca6dc4f20022c5cb2be
ServerPython/db/PyMongoDataServer/GMToolLogicProcess/Commands/GMT_GetForbidInfo.py
@@ -96,7 +96,7 @@
            accID = player.get('AccID', "")
            forbidLoginList.append(accID)
        
        if (accState & pow(2, GMCommon.Def_PysForbidTalk)) > 0:
        if (accState & pow(2, GMCommon.Def_PysForbidTalk)) > 0 or (accState & pow(2, GMCommon.Def_PysForbidTalkDevice)) > 0:
            accID = player.get('AccID', "")
            forbidTalkList.append(accID)