From 6df9903bc93113a257fd138c731c8f7ecea8b374 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 26 May 2025 18:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/external.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/server/game/external.go b/src/server/game/external.go index ed3750a2..654af38a 100644 --- a/src/server/game/external.go +++ b/src/server/game/external.go @@ -124,11 +124,15 @@ func HandleClientReq(args []interface{}) { } else { ResLogin.ResultCode = MergeConst.Protocol_Error_Account_NoExsit ResLogin.DwUin = 0 + resBuff, _ := proto.Marshal(ResLogin) + G_GameLogicPtr.PackResInfo(a, "ResLogin", resBuff) + return } } else { ResLogin.ResultCode = MergeConst.Protocol_Error_Account_OR_PWD_ERROR ResLogin.DwUin = 0 } + } else { ResLogin.ResultCode = MergeConst.Protocol_Error_Account_OR_PWD_ERROR ResLogin.DwUin = 0