File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
protocol/src/main/java/net/md_5/bungee/protocol Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public class ProtocolConstants
52
52
public static final int MINECRAFT_1_21_5 = 770 ;
53
53
public static final int MINECRAFT_1_21_6 = 771 ;
54
54
public static final int MINECRAFT_1_21_7 = 772 ;
55
+ public static final int MINECRAFT_1_21_9 = 1073742088 ;
55
56
public static final List <String > SUPPORTED_VERSIONS ;
56
57
public static final List <Integer > SUPPORTED_VERSION_IDS ;
57
58
@@ -124,7 +125,7 @@ public class ProtocolConstants
124
125
if ( SNAPSHOT_SUPPORT )
125
126
{
126
127
// supportedVersions.add( "1.21.x" );
127
- // supportedVersionIds.add( ProtocolConstants.MINECRAFT_1_21_6 );
128
+ supportedVersionIds .add ( ProtocolConstants .MINECRAFT_1_21_9 );
128
129
}
129
130
130
131
SUPPORTED_VERSIONS = supportedVersions .build ();
You can’t perform that action at this time.
0 commit comments