From a0a4d31c707e92241e1ed0793fafbefa0c7a4deb Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 30 May 2022 15:08:32 +0800 Subject: [PATCH] fix: update --- account.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account.proto b/account.proto index 7452d35..78e5d8c 100644 --- a/account.proto +++ b/account.proto @@ -7,8 +7,8 @@ message ServiceInfo { string id = 1; string name = 2; string address = 3; - int32 game_port = 4; - int32 gm_port = 5; + int32 gameport = 4; + int32 gmport = 5; } message LoginRsp { -- libgit2 0.21.2