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

Cannot remount to entities before chunk has been reloaded #3492

Closed
masagameplay opened this issue Jul 28, 2021 · 0 comments · Fixed by #3565
Closed

Cannot remount to entities before chunk has been reloaded #3492

masagameplay opened this issue Jul 28, 2021 · 0 comments · Fixed by #3565
Labels

Comments

@masagameplay
Copy link
Contributor

I am currently running

  • SpongeVanilla version: 1.16.5-8.0.0-RC801
  • Java version: 11.0.11
  • Operating System: Windows 10

Plugins/Mods:

  • Test plugin that mounts players to entities

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));
}
@limbo-app limbo-app added the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Jul 28, 2021
@ImMorpheus ImMorpheus added type: bug Something isn't working version: 1.16 (u) API: 8 labels Aug 14, 2021
@limbo-app limbo-app removed the status: needs triage This label is automatically applied to new issues and pull requests to indicate they require triage label Aug 14, 2021
aromaa added a commit to aromaa/Sponge that referenced this issue Nov 30, 2021
dualspiral pushed a commit that referenced this issue Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants