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