You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to limitations with the A2S protocol, Rust servers with above 255 users connected at once do not track users. The limitation is due to the max amount of users being stored in a byte field (up to 255).