ClientInfo.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 dimention change key is incremented.

struct ClientInfo
ubyte positionKey;

Meta