修复bug

This commit is contained in:
xiekaidong 2023-07-11 11:41:57 +08:00
parent 61a23d81c9
commit 95a13a09bb

View File

@ -141,7 +141,8 @@ function LoginManager:_login()
ProtoMsgType.FromMsgEnum.LoginReq,
args,
{},
self.loginFinish
self.loginFinish,
nil, false
)
end