Logging out doesn't reset perspective
HoldYourWaffle opened this issue ยท 7 comments
Needs to become a client side config option if not already so players can opt out of having their views changed
Target this for beta
@Suffril is there a client side event for logging out? If so we can just check if the player is in state REGENERATING
and set the perspective back accordingly. Then we can set it back if they log in while REGENERATING
.
Isn't that serverside only? The problem I had last time was that the client was gone before it could receive & handle the perspective packet, catching a logout event on the client would solve this.
No, as I use it on the client to clear the cache of players when they leave
Could you not just use the join world event?