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

Teleporting using go/home command to another island yields a delay #2265

Closed
tastybento opened this issue Jan 8, 2024 · 1 comment · Fixed by #2267
Closed

Teleporting using go/home command to another island yields a delay #2265

tastybento opened this issue Jan 8, 2024 · 1 comment · Fixed by #2267
Assignees
Labels

Comments

@tastybento
Copy link
Member

Expected behavior

More instant teleporting

Observed/Actual behavior

There's a delay before the player teleports.

Steps/models to reproduce

Make more than one island
Use the go/home command to teleport to the other island
You wait for a white before teleporting

BentoBox version

2.0.0-SNAPSHOT

Plugin list

No response

Other

This may be due to the SafeSpotTeleport that is used. Not sure why there is a slight delay.

@tastybento tastybento self-assigned this Jan 9, 2024
@tastybento tastybento added the Status: In progress Working on the issue. label Jan 9, 2024
@tastybento
Copy link
Member Author

As mentioned in the PR this also fixes a bug with named homes where the named home location was sometimes overwritten by the default home location is the user had more than one island. This was because the getHomes was being checked against each island, and when one didn't have the name of the home, it would instead provide the island's default home. This was incorrectly interpreted to mean the home was there, but it wasn't.

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.

1 participant