We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Stack trace:
The error shows up here:
# Custom sorting functions for PlayerAttributes func _compare_player_attributes_by_current_amount_ascending(a: PlayerAttribute, b: PlayerAttribute) -> bool: return a.current_amount < b.current_amount
I think it should be a.defaultmode.current_amount, same for b
The text was updated successfully, but these errors were encountered:
snipercup
Successfully merging a pull request may close this issue.
Steps to reproduce:
Stack trace:
The error shows up here:
I think it should be a.defaultmode.current_amount, same for b
The text was updated successfully, but these errors were encountered: