You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
The MapTeleporter mod attempts to teleport the player under the world, which causes them to get the "wet" status effect and also causes the teleport code to wait for the 15 second timeout, then correct the player position. This can be fixed by correcting the position before calling Player.TeleportTo using this line of code:
The MapTeleporter mod attempts to teleport the player under the world, which causes them to get the "wet" status effect and also causes the teleport code to wait for the 15 second timeout, then correct the player position. This can be fixed by correcting the position before calling
Player.TeleportTo
using this line of code:The text was updated successfully, but these errors were encountered: