mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Added 1.13 R2 NMS to the enum
This commit is contained in:
parent
589712f7e4
commit
197aa5dfe0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user