Added 1.13 R2 NMS to the enum

This commit is contained in:
extendedclip 2018-08-26 22:58:02 -04:00
parent 589712f7e4
commit 197aa5dfe0
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ public enum NMSVersion {
SPIGOT_1_10_R1("v1_10_R1"),
SPIGOT_1_11_R1("v1_11_R1"),
SPIGOT_1_12_R1("v1_12_R1"),
SPIGOT_1_13_R1("v1_13_R1");
SPIGOT_1_13_R1("v1_13_R1"),
SPIGOT_1_13_R2("v1_13_R2");
private String version;