From 06112b53f9e105d7a7a6d845d956a00452644c63 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 11 Jul 2023 10:25:26 +0800 Subject: [PATCH] fix: update --- account.proto | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/account.proto b/account.proto index 5e1b5d9..74e6a3e 100644 --- a/account.proto +++ b/account.proto @@ -9,6 +9,7 @@ message ServiceInfo { string address = 3; int32 gameport = 4; int32 gmport = 5; + int32 status = 6; } message AccountLogin { -- libgit2 0.21.2