added 1.17 to nmsversion (what does this even do)

This commit is contained in:
PiggyPiglet 2021-07-10 11:26:56 +08:00
parent 89053354e9
commit 63955511a8
No known key found for this signature in database
GPG Key ID: 0DADDAC359165A31
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ public enum NMSVersion {
SPIGOT_1_15_R1("v1_15_R1"),
SPIGOT_1_16_R1("v1_16_R1"),
SPIGOT_1_16_R2("v1_16_R2"),
SPIGOT_1_16_R3("v1_16_R3");
SPIGOT_1_16_R3("v1_16_R3"),
SPIGOT_1_17_R1("v1_17_R1");
private final String version;