From 4b382ff2b941e8fa6578af9d89149bd457de5137 Mon Sep 17 00:00:00 2001 From: gohumble Date: Sun, 5 May 2024 09:41:18 +0200 Subject: [PATCH] changed contact type --- info.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.proto b/info.proto index c9c1701..dd00b26 100644 --- a/info.proto +++ b/info.proto @@ -46,7 +46,7 @@ message InfoResponse { string version = 3; string description = 4; string description_long = 5; - repeated string contact = 6; + repeated Contact contact = 6; string motd = 7; map nuts = 8; }