优化客户端协议代理

This commit is contained in:
flswld
2023-06-05 12:33:31 +08:00
parent baea3b1334
commit 8d039dee06
8 changed files with 85 additions and 252 deletions

View File

@@ -203,7 +203,7 @@ func clientLogic(account string, session *net.Session) {
if clientProtoObj == nil {
continue
}
_, err := object.CopyProtoBufSameField(clientProtoObj, combatInvocationsNotify)
err := object.CopyProtoBufSameField(clientProtoObj, combatInvocationsNotify)
if err != nil {
continue
}