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
I am currently running
Plugins/Mods:
Issue Description Remounting to the same entity with Keys.PASSENGERS is not working if the chunk has not been reloaded.
@Listener public void onInteractWithAccessor(final InteractEntityEvent.Secondary event, @Root ServerPlayer serverPlayer) { event.entity().offer(Keys.PASSENGERS, Collections.singletonList(serverPlayer)); }
The text was updated successfully, but these errors were encountered:
Fix setting passengers performs mount logic
f7b0498
Fixes SpongePowered#3492 Fixes SpongePowered#3493
Fix setting passengers performs mount logic (#3565)
c03c957
Fixes #3492 Fixes #3493
Successfully merging a pull request may close this issue.
I am currently running
Plugins/Mods:
Issue Description
Remounting to the same entity with Keys.PASSENGERS is not working if the chunk has not been reloaded.
The text was updated successfully, but these errors were encountered: