From 7f492f9e4b2970fd4bda41bc469d32cc7720f1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Sun, 17 Nov 2024 14:11:29 +0100 Subject: [PATCH] Remove unnecessary new uuid field from event_move_card. --- common/pb/event_move_card.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/pb/event_move_card.proto b/common/pb/event_move_card.proto index 6305e8baf..68ccaad1a 100644 --- a/common/pb/event_move_card.proto +++ b/common/pb/event_move_card.proto @@ -16,6 +16,5 @@ message Event_MoveCard { optional sint32 y = 9 [default = -1]; optional sint32 new_card_id = 10 [default = -1]; optional bool face_down = 11; - optional string uuid = 12; - optional string new_card_uuid = 13; + optional string new_card_uuid = 12; }