-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue: players fall off boat #18
Comments
Never had this issue, but I will look into it |
It may be just a lag issue but I cranked the speed up to 10 on a seven block long airship and kept falling off the back |
Maybe. Ships 6 was designed to stop the falling of the ship by disabling gravity of the Entity before move and then re enabling it after the teleport |
Then it may be an issue where the teleport is not processed before gravity is turned back on |
No its not that, the code does not continue until the teleportation is done. Ill look into it when I have the chance (been working all day so I haven't yet) |
Were the players standing on half blocks or stairs? |
Actually I might have been. The ship that was having this problem is only 3 blocks wide and the outside blocks are stairs |
Ok. If so the issue should be resolved in version alpha 2.4 |
It’s not just stairs though. However I did notice that when in fly mode hovering just above the floor in front of the move sign I was teleported just fine so I think it’s an issue with the no gravity |
As mentioned before, it can not be that as the code grabs the entities before no gravity is activated. Even with lag it wouldnt make them fall off. Ill try with a 3 wide ship and see what happens. |
Has this been fixed on your end? |
Sorry haven’t had time to check. I’ll put it on my list of in game tasks and get back to you. |
Closed due to a lack of response |
Players are left behind airships when they are going at speeds higher than the length of the boat
The text was updated successfully, but these errors were encountered: