mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-06-21 17:57:47 +02:00
Minecraft 26.2 (#1807)
* 26.2-snapshot-2 * 26.2-snapshot-3 * 26.2-snapshot-4 * 26.2-pre-1 * 26.2-pre-3 * 26.2-pre-4 * chore: set online mode and session id * fix: checkstyle * 26.2-pre-5 * 26.2-pre-6 * 26.2-rc-1 * 26.2-rc-2 * unregister old color argument in 26.2 * 26.2
This commit is contained in:
@@ -95,7 +95,8 @@ public enum ProtocolVersion implements Ordered<ProtocolVersion> {
|
||||
MINECRAFT_1_21_7(772, "1.21.7", "1.21.8"),
|
||||
MINECRAFT_1_21_9(773, "1.21.9", "1.21.10"),
|
||||
MINECRAFT_1_21_11(774, "1.21.11"),
|
||||
MINECRAFT_26_1(775, "26.1", "26.1.1", "26.1.2");
|
||||
MINECRAFT_26_1(775, "26.1", "26.1.1", "26.1.2"),
|
||||
MINECRAFT_26_2(776, "26.2");
|
||||
|
||||
private static final int SNAPSHOT_BIT = 30;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user