Added 1.15

This commit is contained in:
extendedclip 2020-05-02 23:16:46 -04:00
parent 83abb8b728
commit 82fa8d7393
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public enum NMSVersion {
SPIGOT_1_12_R1("v1_12_R1"),
SPIGOT_1_13_R1("v1_13_R1"),
SPIGOT_1_13_R2("v1_13_R2"),
SPIGOT_1_14_R1("v1_14_R1");
SPIGOT_1_14_R1("v1_14_R1"),
SPIGOT_1_15_R1("v1_15_R1");
private final String version;