mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 14:50:26 -08:00
RevealCards message log bug fixed
This commit is contained in:
@@ -6,7 +6,7 @@ message Event_RevealCards {
|
||||
optional Event_RevealCards ext = 2006;
|
||||
}
|
||||
optional string zone_name = 1;
|
||||
optional sint32 card_id = 2;
|
||||
optional sint32 other_player_id = 3;
|
||||
optional sint32 card_id = 2 [default = -1];
|
||||
optional sint32 other_player_id = 3 [default = -1];
|
||||
repeated ServerInfo_Card cards = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user