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

Cherry-Pick PR #26312: Fix Puller Being Improperly Unset When Pulling Stops. #532

Merged
merged 1 commit into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Fix puller being improperly unset when pulling stops. (#26312)

    Fix puller not being improperly unset on PullableComponent while being unpulled.
    
    When unpulled, the pullableComp has its puller field set to null after the message signifying the pulling has stopped
    has been sent. Since the component has a field to determine whether its owner is being pulled which is determined by
    the puller field, systems listening on the event would think that the owner of the component was still being pulled.
    nikthechampiongr authored and VMSolidus committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1a32ca3 View commit details
    Browse the repository at this point in the history