Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow worlds to add options to prebuilt groups (ArchipelagoMW#3509)
Previously, this crashed because `typing.NamedTuple` fields such as `group.name` aren't assignable. Now it will only fail for group names that are actually incorrectly cased, and will fail with a better error message.
- Loading branch information