OpenBlocks

OpenBlocks

56M Downloads

Player can get teleported up an elevator when falling onto it

wooky opened this issue ยท 1 comments

commented

Because the code checks if the player is jumping by comparing its y-coordinates, it does not account for when a player falls onto the plate.

commented

This is because there is no way for the server to know the player is jumping, as the client doesn't communicate that information.

One option is to have the client send a teleport request with an intended direction. I think this would fix a lot of quirks that the elevator block has.