hxp
2025-11-26 7b90cde5f40489da145a24dd30dc44c5e784c08e
Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_ServerCode
2个文件已修改
5 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/DBCommon/CommonDefine.py
@@ -23,6 +23,9 @@
        isDebugVersion = os.path.exists("BBF84B34-357E-435B-B3FF-D60370AAA6ED")
    return isDebugVersion
# 内网服登录不用验证
def IsInsideLogin():
    return os.path.exists(os.getcwd() + "\\ServerConfig\\dontchecklogin")
DATASAVE_MARK  =  0xFF88
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py
@@ -3011,7 +3011,7 @@
            #===================================================================
            
            #if "@test@" in accountRec.ACCID or "@yun@" in accountRec.ACCID or accountRec.RegIP == "127.0.0.1":
            if CommonDefine.IsDebug() or accountRec.RegIP == "127.0.0.1":
            if CommonDefine.IsDebug() or accountRec.RegIP == "127.0.0.1" or CommonDefine.IsInsideLogin():
                #debug内部服务器不验证token, 脱机挂玩家不验证
                mylog.debug('iner no check')
                pass