diff options
Diffstat (limited to 'azalea-protocol/examples')
| -rw-r--r-- | azalea-protocol/examples/handshake_proxy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/examples/handshake_proxy.rs b/azalea-protocol/examples/handshake_proxy.rs index e63e8197..a7ac67c7 100644 --- a/azalea-protocol/examples/handshake_proxy.rs +++ b/azalea-protocol/examples/handshake_proxy.rs @@ -40,7 +40,7 @@ static PROXY_FAVICON: Lazy<Option<String>> = Lazy::new(|| None); static PROXY_VERSION: Lazy<Version> = Lazy::new(|| Version { name: "1.19.3".to_string(), - protocol: PROTOCOL_VERSION as i32, + protocol: PROTOCOL_VERSION, }); const PROXY_PLAYERS: Players = Players { |
