mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:22:26 +08:00
优化客户端协议代理
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user