Remove Map ID filter (previously it was just 0) #3

Merged
Quaternions merged 1 commits from fix-mapfilter into master 2024-07-22 00:40:44 +00:00
Showing only changes of commit debba86882 - Show all commits

View File

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