From 2186c5cb963f43068f8c7ed96e7490af3bad4b4d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 22 Jul 2024 00:40:43 +0000 Subject: [PATCH] Remove Map ID filter (previously it was just 0) (#3) ID is unused and unwanted for MapFilter. Reviewed-on: https://git.itzana.me/StrafesNET/protobufs/pulls/3 Reviewed-by: itzaname Co-authored-by: Quaternions Co-committed-by: Quaternions --- maps.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/maps.proto b/maps.proto index 94a4325..5b1954d 100644 --- a/maps.proto +++ b/maps.proto @@ -38,7 +38,6 @@ message MapRequest { } message MapFilter { - int64 ID = 1; optional string DisplayName = 2; optional string Creator = 3; optional int32 GameID = 4;