mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-04-12 16:50:31 +08:00
Remove snapshot version
This commit is contained in:
parent
b504e0857c
commit
b1fa9dc953
@ -60,7 +60,7 @@ public enum ProtocolVersion {
|
||||
MINECRAFT_1_18_2(758, "1.18.2"),
|
||||
MINECRAFT_1_19(759, "1.19"),
|
||||
MINECRAFT_1_19_1(760, "1.19.1", "1.19.2"),
|
||||
MINECRAFT_1_19_3(761, 114, "1.19.3");
|
||||
MINECRAFT_1_19_3(761, "1.19.3");
|
||||
|
||||
private static final int SNAPSHOT_BIT = 30;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user