Mapsets search ranked_status and game modes
Closed this issue · 1 comments
AiAe commented
Should we add those to the main mapset struct instead having to always loop all maps to find out if its 4 & 7 keys and the status?
Swan commented
I don't think so for two reasons:
- You would have to loop anyway. It just moves it to the backend instead of the frontend.
- There isn't a non-visual purpose for having that data there (meaning it should be handled by the frontend).