From a430a19312da5d4f1263f9860818c8b57ce289e8 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Tue, 21 Jan 2025 09:32:28 +0800 Subject: [PATCH] =?UTF-8?q?modify=20=E7=99=BB=E5=BD=95=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8E=92=E9=99=A4=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/action_login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/action_login.go b/worldsrv/action_login.go index ac98c49..ae06d16 100644 --- a/worldsrv/action_login.go +++ b/worldsrv/action_login.go @@ -63,7 +63,7 @@ func (this *CSLoginHandler) Process(s *netlib.Session, packetid int, data interf proto.SetDefaults(sclogin) common.SendToGate(sid, int(login_proto.LoginPacketID_PACKET_SC_LOGIN), sclogin, s) logger.Logger.Trace("CSLoginHandler Process send ", sclogin) - if code != login_proto.OpResultCode_OPRC_Sucess { + if code != login_proto.OpResultCode_OPRC_Sucess && csl.GetPlatform() != common.Platform_Rob { log := &model.LoginErrorLog{ TypeId: int32(code.Enum().Number()), Ts: time.Now().Unix(),