Skip to content

Commit 81e14de

Browse files
authored
Merge pull request #51 from SpigotMC/master
[pull] master from SpigotMC:master
2 parents 98b7dd6 + f27f4fb commit 81e14de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protocol/src/main/java/net/md_5/bungee/protocol/ProtocolConstants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class ProtocolConstants
5252
public static final int MINECRAFT_1_21_5 = 770;
5353
public static final int MINECRAFT_1_21_6 = 771;
5454
public static final int MINECRAFT_1_21_7 = 772;
55+
public static final int MINECRAFT_1_21_9 = 1073742088;
5556
public static final List<String> SUPPORTED_VERSIONS;
5657
public static final List<Integer> SUPPORTED_VERSION_IDS;
5758

@@ -124,7 +125,7 @@ public class ProtocolConstants
124125
if ( SNAPSHOT_SUPPORT )
125126
{
126127
// supportedVersions.add( "1.21.x" );
127-
// supportedVersionIds.add( ProtocolConstants.MINECRAFT_1_21_6 );
128+
supportedVersionIds.add( ProtocolConstants.MINECRAFT_1_21_9 );
128129
}
129130

130131
SUPPORTED_VERSIONS = supportedVersions.build();

0 commit comments

Comments
 (0)