1.19 support

This commit is contained in:
Andre601
2022-06-16 01:31:33 +02:00
parent 52119682f3
commit b8d5886cad
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,8 @@ public enum NMSVersion {
SPIGOT_1_16_R2("v1_16_R2"),
SPIGOT_1_16_R3("v1_16_R3"),
SPIGOT_1_17_R1("v1_17_R1"),
SPIGOT_1_18_R1("v1_18_R1");
SPIGOT_1_18_R1("v1_18_R1"),
SPIGOT_1_19("v1_19");
private final String version;