Skip to content

Commit 1278bf9

Browse files
committed
Temp release proto support patch
1 parent 88c8cb7 commit 1278bf9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
From 70041a58b886a27ed67c4318b8ce8e2445908780 Mon Sep 17 00:00:00 2001
2+
From: Shane Freeder <[email protected]>
3+
Date: Tue, 17 Jun 2025 15:04:22 +0100
4+
Subject: [PATCH] Temp release support
5+
6+
7+
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
8+
index 8760f52d..edf78be4 100644
9+
--- a/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
10+
+++ b/protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java
11+
@@ -50,7 +50,7 @@ public class ProtocolConstants
12+
public static final int MINECRAFT_1_21_2 = 768;
13+
public static final int MINECRAFT_1_21_4 = 769;
14+
public static final int MINECRAFT_1_21_5 = 770;
15+
- public static final int MINECRAFT_1_21_6 = 1073742078;
16+
+ public static final int MINECRAFT_1_21_6 = 771;
17+
public static final List<String> SUPPORTED_VERSIONS;
18+
public static final List<Integer> SUPPORTED_VERSION_IDS;
19+
20+
@@ -118,7 +118,7 @@ public class ProtocolConstants
21+
ProtocolConstants.MINECRAFT_1_21_5
22+
);
23+
24+
- if ( SNAPSHOT_SUPPORT )
25+
+ if ( true || SNAPSHOT_SUPPORT )
26+
{
27+
// supportedVersions.add( "1.21.x" );
28+
supportedVersionIds.add( ProtocolConstants.MINECRAFT_1_21_6 );
29+
--
30+
2.49.0
31+

0 commit comments

Comments
 (0)