diff options
| -rwxr-xr-x | azalea-protocol/src/connect.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 75c64517..cd51f86c 100755 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -82,10 +82,6 @@ impl Connection<ClientboundHandshakePacket, ServerboundHandshakePacket> { } } -impl Connection<ClientboundGamePacket, ServerboundGamePacket> {} - -impl Connection<ClientboundStatusPacket, ServerboundStatusPacket> {} - impl Connection<ClientboundLoginPacket, ServerboundLoginPacket> { pub fn set_compression_threshold(&mut self, threshold: i32) { // if you pass a threshold of 0 or less, compression is disabled |
