mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Extend the login protocol to send the client id (as optional)
This commit is contained in:
parent
324ddda4dd
commit
364df4daf0
2 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ message Command_Login {
|
|||
optional string user_name = 1;
|
||||
optional string password = 2;
|
||||
optional string clientid = 3;
|
||||
optional string clientver = 4;
|
||||
}
|
||||
|
||||
message Command_Message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue