From 1011015b29c00480b1a7bcb5e2d98abdb363fc75 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Thu, 21 Jul 2022 21:42:47 +0200 Subject: show match url in planetwars_client --- proto/bot_api.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bot_api.proto') diff --git a/proto/bot_api.proto b/proto/bot_api.proto index 4b07c7c..69a319a 100644 --- a/proto/bot_api.proto +++ b/proto/bot_api.proto @@ -30,6 +30,7 @@ message MatchRequest { message CreatedMatch { int32 match_id = 1; string player_key = 2; + string match_url = 3; } service BotApiService { -- cgit v1.2.3