mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-12 21:44:18 -07:00
reasonable defaults
This commit is contained in:
parent
f115342e47
commit
c5509db251
20 changed files with 50 additions and 60 deletions
|
|
@ -41,7 +41,7 @@ message Command_JoinGame {
|
|||
extend RoomCommand {
|
||||
optional Command_JoinGame ext = 1003;
|
||||
}
|
||||
optional uint32 game_id = 1;
|
||||
optional sint32 game_id = 1 [default = -1];
|
||||
optional string password = 2;
|
||||
optional bool spectator = 3;
|
||||
optional bool override_restrictions = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue