mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-20 06:21:46 -07:00
579abb33c0
Previously, because `default(..., true)` only checks if the left-hand-side is falsey, not just `None`, this always forced options to render in non-rich mode if they were explicitly set to `rich_text_doc = None`. Now it matches the intended and documented behavior, where `None` falls back to the world's `rich_text_options_doc` setting.