Remove Map ID filter (previously it was just 0) (#3)
All checks were successful
continuous-integration/drone/push Build is passing
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>
This commit is contained in:
parent
f8d480e834
commit
2186c5cb96
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user