From a2558484f5263067db23b79b58482b8fba13986c Mon Sep 17 00:00:00 2001 From: EnZaXD Date: Tue, 23 Sep 2025 23:47:57 +0200 Subject: [PATCH] #3880: Minecraft 1.21.9-pre4 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 302d3bd8..0b0aab07 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 = 1073742095; + public static final int MINECRAFT_1_21_9 = 1073742096; public static final List SUPPORTED_VERSIONS; public static final List SUPPORTED_VERSION_IDS;