Change default protocol version to 1.19.3 (761)
This commit is contained in:
@@ -9,7 +9,7 @@ pub mod packets;
|
||||
/// in the configuration.
|
||||
///
|
||||
/// Should be kept up-to-date with latest supported Minecraft version by lazymc.
|
||||
pub const PROTO_DEFAULT_VERSION: &str = "1.18.1";
|
||||
pub const PROTO_DEFAULT_VERSION: &str = "1.19.3";
|
||||
|
||||
/// Default minecraft protocol version.
|
||||
///
|
||||
@@ -17,7 +17,7 @@ pub const PROTO_DEFAULT_VERSION: &str = "1.18.1";
|
||||
/// in the configuration.
|
||||
///
|
||||
/// Should be kept up-to-date with latest supported Minecraft version by lazymc.
|
||||
pub const PROTO_DEFAULT_PROTOCOL: u32 = 757;
|
||||
pub const PROTO_DEFAULT_PROTOCOL: u32 = 761;
|
||||
|
||||
/// Compression threshold to use.
|
||||
// TODO: read this from server.properties instead
|
||||
|
Reference in New Issue
Block a user