mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Merge pull request #534 from poixen/accountage
Added account age to user info window
This commit is contained in:
commit
69e6aa355f
4 changed files with 72 additions and 37 deletions
|
|
@ -21,4 +21,5 @@ message ServerInfo_User {
|
|||
optional sint32 id = 8 [default = -1];
|
||||
optional sint32 server_id = 9 [default = -1];
|
||||
optional uint64 session_id = 10;
|
||||
optional uint64 accountage_secs = 11;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue