Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(TpZone): Fix non-immediate player initiated teleports #1224

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

Teleports give players some agency to do things that they normally cannot do. For this reason these requests are usually relayed through the DM to ensure that the request is valid and that the request will not be rejected by the server due to permission errors.

For some reason I decided to not do this for teleports that are not in 'immediate' mode. Causing some funky bugs to appear.

This also seems to fix #1216