mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-04-06 16:40:52 +08:00
Cross our fingers and hope this is 1.16.2
This commit is contained in:
parent
9f38134b50
commit
ddf0e238e0
@ -37,7 +37,7 @@ public enum ProtocolVersion {
|
||||
MINECRAFT_1_15_2(578, "1.15.2"),
|
||||
MINECRAFT_1_16(735, "1.16"),
|
||||
MINECRAFT_1_16_1(736, "1.16.1"),
|
||||
MINECRAFT_1_16_2(750, "1.16.2");
|
||||
MINECRAFT_1_16_2(751, "1.16.2");
|
||||
|
||||
private final int protocol;
|
||||
private final String name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user