Compare commits

...

1 Commits

Author SHA1 Message Date
2186c5cb96 Remove Map ID filter (previously it was just 0) (#3)
All checks were successful
continuous-integration/drone/push Build is passing
ID is unused and unwanted for MapFilter.

Reviewed-on: #3
Reviewed-by: itzaname <itzaname@noreply@itzana.me>
Co-authored-by: Quaternions <krakow20@gmail.com>
Co-committed-by: Quaternions <krakow20@gmail.com>
2024-07-22 00:40:43 +00:00

View File

@ -38,7 +38,6 @@ message MapRequest {
} }
message MapFilter { message MapFilter {
int64 ID = 1;
optional string DisplayName = 2; optional string DisplayName = 2;
optional string Creator = 3; optional string Creator = 3;
optional int32 GameID = 4; optional int32 GameID = 4;