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

Fixed sometimes being stuck in combat #608

Merged

Conversation

madsboddum
Copy link
Member

For whatever reason, a null element can sneak into the defenders Set on TangibleObject. It's a head-scratcher, as we only append the primitive long through TangibleObject#addDefender, which by definition can't be null.

For whatever reason, a null element can sneak into the defenders Set on TangibleObject. It's a head-scratcher, as we only append the primitive long through TangibleObject#addDefender, which by definition can't be null.
@madsboddum madsboddum requested a review from Josh-Larson July 5, 2022 12:24
@madsboddum madsboddum self-assigned this Jul 5, 2022
@madsboddum madsboddum added the BUGFIX Fix of a bug (Pull Request) label Jul 5, 2022
@madsboddum madsboddum added this to the Game Update 2 - Brawler milestone Jul 5, 2022
@Josh-Larson Josh-Larson merged commit 5d6fa28 into ProjectSWGCore:cu_quality_assurance Jul 5, 2022
@madsboddum madsboddum deleted the combat_stuck branch July 10, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUGFIX Fix of a bug (Pull Request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants