mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-16 03:57:46 -07:00
minor cleanups, server-side deck storage code is working again
This commit is contained in:
parent
eabe3511cb
commit
d4aaf9fff5
19 changed files with 85 additions and 70 deletions
|
|
@ -15,7 +15,7 @@ message ServerInfo_User {
|
|||
optional uint32 user_level = 2;
|
||||
optional string address = 3;
|
||||
optional string real_name = 4;
|
||||
optional Gender gender = 5;
|
||||
optional Gender gender = 5 [default = GenderUnknown];
|
||||
optional string country = 6;
|
||||
optional bytes avatar_bmp = 7;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue