fix keeping flight ability after respawn (#307)
* fix keeping flight ability after respawn
after some digging I found that flySpeed was kept, but mayFly got reset(to false)
this made me suspect PAL having an opinion in the matter
getting PAL flight status from the old player and applying it after updating the player seems to do the trick
* update actions