Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exit order sorting sometimes being incorrect for exits not in the sort order #3520

Merged
merged 1 commit into from Apr 27, 2024

Conversation

chiizujin
Copy link
Contributor

Brief overview of PR changes/additions

Fixes cases where exits not specified in the sort order were not appearing at the end of the list as they should.

Motivation for adding to Evennia

Bug fix.

Other info (issues closed, discussion etc)

Before:

Exits: north, hatch, and southwest

After:

Exits: north, southwest, and hatch

@Griatch Griatch merged commit f456dc9 into evennia:main Apr 27, 2024
8 of 10 checks passed
@chiizujin chiizujin deleted the sort_exits branch April 28, 2024 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants