CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
227 stars 90 forks source link

Favorite maps disappearing #492

Closed devo1929 closed 11 months ago

devo1929 commented 11 months ago

Somehow, favorite maps are disappearing from the client. The true cause of this is not entirely known, but it is believed to be somehow caused by the way that favorite maps are being stored. It is currently a comma delimited list under a single key in the Options section of the user settings. This can cause issues when maps have commas in their map name.

Favorite maps should instead be stored in their own section where each map is its own entry.