diff options
| author | mat <github@matdoes.dev> | 2023-05-11 17:11:15 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-05-11 17:11:34 +0000 |
| commit | c04620ec3892e47f463d4af969757c000235eff6 (patch) | |
| tree | dd8969838b3cbac94e13fb58b761396242b19c2e /azalea-protocol/src/packets/mod.rs | |
| parent | c7a923ccc8ae825deca62ac2cc8c80c01484d5b6 (diff) | |
| download | azalea-drasl-c04620ec3892e47f463d4af969757c000235eff6.tar.xz | |
1.20-pre1
Diffstat (limited to 'azalea-protocol/src/packets/mod.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index b3b81131..58e53454 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -10,7 +10,7 @@ use std::io::{Cursor, Write}; // TODO: rename the packet files to just like clientbound_add_entity instead of // clientbound_add_entity_packet -pub const PROTOCOL_VERSION: u32 = 1073741957; +pub const PROTOCOL_VERSION: u32 = 1073741958; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
