Prep for 1.14.3
This commit is contained in:
parent
9746dc19f4
commit
e9487d796c
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)") || v.contains("(MC: 1.14.2)")) {
|
||||
else if (v.contains("(MC: 1.14.1)") || v.contains("(MC: 1.14.2)") || v.contains("(MC: 1.14.3)")) {
|
||||
BukkitVersionHelper.helper = new BukkitVersionHelperSpigot114_1();
|
||||
}
|
||||
else if (v.contains("(MC: 1.14)")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue