Add v1_13_R1 to the NMSVersion enum

This commit is contained in:
extendedclip 2018-07-21 21:59:02 -04:00
parent d08de32852
commit 736b8ada3d
1 changed files with 2 additions and 1 deletions

View File

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