From e399cff5faa6d09d3f1f7675d78231676f2662e3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Feb 2022 16:56:08 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/out/cs_proto.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/tools/protobuild/out/cs_proto.proto b/server/tools/protobuild/out/cs_proto.proto index e6afb7ca..45b4b350 100644 --- a/server/tools/protobuild/out/cs_proto.proto +++ b/server/tools/protobuild/out/cs_proto.proto @@ -810,10 +810,6 @@ message CMMove optional bool jump = 32; optional bool get_down = 33; - /*上车 - loot的uniid或者队友的uniid - 注意:当客户端同时发了下车和上车的时候服务器只处理上车,忽略下车 - */ optional int32 get_on = 36; optional int32 switch_seat = 37;