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
The currenet documentation for the network protocol fails to mention that the NetworkVersion type requires a class field. Without this field, the client will be disconnected upon sending the connect request.
The documentation be updated to include that the class field must be set to Version, or the version data be handled in some way upon connection to no longer require setting that field.
Software
While playing
The text was updated successfully, but these errors were encountered:
What happened?
The currenet documentation for the network protocol fails to mention that the
NetworkVersion
type requires aclass
field. Without this field, the client will be disconnected upon sending the connect request.The following JSON failed to connect
Whereas the following JSON succeeded.
What were the expected results?
The documentation be updated to include that the class field must be set to Version, or the version data be handled in some way upon connection to no longer require setting that field.
Software
While playing
The text was updated successfully, but these errors were encountered: