From 97c61672724a52a6dbaa94d99f29b08c99239b31 Mon Sep 17 00:00:00 2001 From: EnZaXD Date: Mon, 22 Sep 2025 23:00:00 +0200 Subject: [PATCH] #3879: Minecraft 1.21.9-pre3 support --- .../main/java/net/md_5/bungee/protocol/ProtocolConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java index d8411dce..302d3bd8 100644 --- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java +++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java @@ -52,7 +52,7 @@ public class ProtocolConstants public static final int MINECRAFT_1_21_5 = 770; public static final int MINECRAFT_1_21_6 = 771; public static final int MINECRAFT_1_21_7 = 772; - public static final int MINECRAFT_1_21_9 = 1073742094; + public static final int MINECRAFT_1_21_9 = 1073742095; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;