ArchipelagoMW / Archipelago

Archipelago Multi-Game Randomizer and Server
https://archipelago.gg
Other
480 stars 638 forks source link

Options: fix yaml export corner case "6_2" #3529

Closed Berserker66 closed 3 months ago

Berserker66 commented 3 months ago

What is this fixing or adding?

https://discord.com/channels/731205301247803413/731214280439103580/1250848259677618196 Some strings like "6_2" may be dumped raw, which then get interpreted as for example 62 back. This runs it all through the yaml dumper, so if any special handling is needed it should get applied.

How was this tested?

https://discord.com/channels/731205301247803413/731214280439103580/1250857822153867264 I have since moved the instructions from the template to the new function in Options.py, but it does the same thing,

As far as I know, nothing should change for currently supported games.