-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Is your feature request related to a problem? Please describe.
There is currently a problem in movecraft where if you crash or especially if your passenger crashes, they often are respawned at the exact location they spawned in. This usually causes some unfortunate deaths (for flying crafts) airships fly very high or even over the void.
Describe the solution you'd like
The solution will be when you log back into a server, the location where you log in should be the relative location of that piloted ship. If you were on a craft when you logged out, then you should teleport to the location where the ship went.
This can be done by getting the craft the player logged off on, and then moving the relog location to the ship's very last location. You can check the craft the player last logged out by determining if the player was within a ship's hitbox and using the movecraft location to move the location where the player logs in to the exact relative location in the ship.
If there is any specific way you would like this to be done please let me know.