Commit a0a4d31c707e92241e1ed0793fafbefa0c7a4deb
1 parent
b8985652
fix: update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
account.proto
@@ -7,8 +7,8 @@ message ServiceInfo { | @@ -7,8 +7,8 @@ message ServiceInfo { | ||
7 | string id = 1; | 7 | string id = 1; |
8 | string name = 2; | 8 | string name = 2; |
9 | string address = 3; | 9 | string address = 3; |
10 | - int32 game_port = 4; | ||
11 | - int32 gm_port = 5; | 10 | + int32 gameport = 4; |
11 | + int32 gmport = 5; | ||
12 | } | 12 | } |
13 | 13 | ||
14 | message LoginRsp { | 14 | message LoginRsp { |