From 038807e607c55757b3d9a9d51f0b9e65a781772b Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 22 Feb 2024 22:41:54 -0600 Subject: fix for hypixel limbo --- azalea-protocol/examples/handshake_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/examples') 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> = Lazy::new(|| None); static PROXY_VERSION: Lazy = Lazy::new(|| Version { name: "1.19.3".to_string(), - protocol: PROTOCOL_VERSION as i32, + protocol: PROTOCOL_VERSION, }); const PROXY_PLAYERS: Players = Players { -- cgit v1.2.3