Added protocol verson

This commit is contained in:
Nan1t 2023-03-15 11:18:34 +03:00
parent 77a68efdc8
commit 2fdbd3e63a

View File

@ -65,7 +65,9 @@ public enum Version {
V1_18_2(758),
V1_19(759),
V1_19_1(760),
V1_19_3(761);
// 1.19.2 has same protocol number
V1_19_3(761),
V1_19_4(762);
private static final Map<Integer, Version> VERSION_MAP;
private static final Version MAX;