Reuse 1.14.x helper for supporting 1.14.4

This commit is contained in:
Mike Primm 2019-07-21 12:39:17 -05:00
parent cd63b78c67
commit e046f2576c
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ 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)") || v.contains("(MC: 1.14.3)")) {
else if (v.contains("(MC: 1.14.1)") || v.contains("(MC: 1.14.2)") ||
v.contains("(MC: 1.14.3)") || v.contains("(MC: 1.14.4)")) {
BukkitVersionHelper.helper = new BukkitVersionHelperSpigot114_1();
}
else if (v.contains("(MC: 1.14)")) {