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 floor change not causing player view to move along #1221

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

If a player has the 'Move player(s) when a token they own changes location' setting enabled, when a shape the player owns is moved to a different floor due to a teleport zone, their view would not move along.

The wording of the setting specifically mentions a location change, which in PA terms is actually not happening, but the intent of the setting is to move the camera along if a token changes position suddenly as is the case here.

Fixes #1213