Bump to use 1.14.1 support for 1.14.2
This commit is contained in:
parent
15b5b65914
commit
f69ce760f0
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public class Helper {
|
|||
Log.info("Loading Glowstone support");
|
||||
BukkitVersionHelper.helper = new BukkitVersionHelperGlowstone();
|
||||
}
|
||||
else if (v.contains("(MC: 1.14.1)")) {
|
||||
else if (v.contains("(MC: 1.14.1)") || v.contains("(MC: 1.14.2)")) {
|
||||
BukkitVersionHelper.helper = new BukkitVersionHelperSpigot114_1();
|
||||
}
|
||||
else if (v.contains("(MC: 1.14)")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue