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