From 677abd66845fe40919e38580a3e269b5343b8b1c Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 8 Aug 2024 14:00:11 +0800 Subject: [PATCH] update --- protocol/player/player.pb.go | 2 +- protocol/player/player.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/player/player.pb.go b/protocol/player/player.pb.go index b2fc2ab..4375221 100644 --- a/protocol/player/player.pb.go +++ b/protocol/player/player.pb.go @@ -10667,7 +10667,7 @@ type CSUpdateAttribute struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 + Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用) Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"` } diff --git a/protocol/player/player.proto b/protocol/player/player.proto index b790ae1..72afdf4 100644 --- a/protocol/player/player.proto +++ b/protocol/player/player.proto @@ -1325,7 +1325,7 @@ message WindowsInfo{ //PACKET_CSUpdateAttribute message CSUpdateAttribute{ - int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 + int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用) repeated int64 Param = 2; } //PACKET_SCUpdateAttribute