ClientPosition.positionKey

Used to reject wrong positions from client. Client sends positions updates with latest known key and server only accepts positions matching this key. After dimension change key is incremented.

struct ClientPosition
@ignore
ubyte positionKey;

Meta