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: item sorting #3568

Merged
merged 2 commits into from
Nov 5, 2023
Merged

Conversation

joveeater
Copy link
Collaborator

Summary

SUMMARY: Bugfixes "make items sorted again"

Purpose of change

Fixes #3542.

Describe the solution

Places where it was previously using item's < operator had a layer of indirection added and so it was happily using the pointer's < instead. * dereferences and fixes this.

@github-actions github-actions bot added the src changes related to source code. label Nov 5, 2023
@scarf005 scarf005 changed the title fix:item sorting fix: item sorting Nov 5, 2023
@scarf005 scarf005 added this pull request to the merge queue Nov 5, 2023
Merged via the queue into cataclysmbnteam:upload with commit 8527fff Nov 5, 2023
8 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
src changes related to source code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No item sorting with build 2023-11-04-0144
2 participants