Skip to content

Commit

Permalink
didn't mean to commit that code
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Sep 21, 2023
1 parent f7b9864 commit ef89139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools.
</p>

<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
*Currently supported Minecraft version: `1.20.2-rc2`.*
*Currently supported Minecraft version: `1.20.2`.*

## ⚠️ Azalea is still very unfinished, though most crates are in a somewhat useable state

Expand Down
2 changes: 1 addition & 1 deletion azalea-protocol/src/packets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 = 1073741977;
pub const PROTOCOL_VERSION: u32 = 764;

#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {
Expand Down

0 comments on commit ef89139

Please sign in to comment.