Map ID should be an optional filter (previously it was just 0)
This commit is contained in:
parent
f8d480e834
commit
b38e13a951
@ -38,7 +38,7 @@ message MapRequest {
|
||||
}
|
||||
|
||||
message MapFilter {
|
||||
int64 ID = 1;
|
||||
optional int64 ID = 1;
|
||||
optional string DisplayName = 2;
|
||||
optional string Creator = 3;
|
||||
optional int32 GameID = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user