Remove Map ID filter (previously it was just 0) #3
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: StrafesNET/protobufs#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-mapfilter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ID is unused and unwanted for MapFilter.
ID should just be removed as it's not an active filter item.
b38e13a951
to442e7724ed
I like your idea better, I removed it
Map ID should be an optional filter (previously it was just 0)to Remove Map ID filter (previously it was just 0)@ -42,3 +41,1 @@
optional string DisplayName = 2;
optional string Creator = 3;
optional int32 GameID = 4;
optional string DisplayName = 1;
If you don't renumber it, it's backwards compatible with an older client/server.
Imagine commenting in the thread instead of the just the MR. 👎
So the numbers do have a purpose
442e7724ed
todebba86882
LGTM