EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using .NET 8.
https://evosc.io
GNU General Public License v3.0
21 stars 13 forks source link

Automatically add all maps from the current matchsettings to the database #91

Closed snixtho closed 1 year ago

snixtho commented 1 year ago

Is your feature request related to a problem? Please describe. Currently there is an issue of working with maps that are currently in the maplist but not added to the database. This is a big issue when you add maps manually by editing the matchsettings.

Describe the solution you'd like Automatically adding the maps to the database should solve this problem.

Additional context When implementing player records, maps is needed to identify which the map a record is for. This is not possible when the map is not added to the database already.