diff --git a/src/status/data.rs b/src/status/data.rs index 7a942d6..14fcaf0 100644 --- a/src/status/data.rs +++ b/src/status/data.rs @@ -71,7 +71,7 @@ pub struct Version { /// /// See [the wiki.vg page](https://wiki.vg/Protocol_version_numbers) for a /// reference on what versions these correspond to. - pub protocol: u64, + pub protocol: i64, } /// Represents a chat object (the MOTD is sent as a chat object).