Update for 1.15.2 Spigot
This commit is contained in:
parent
fbe431d9ac
commit
10529e1049
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class Helper {
|
|||
Log.info("Loading Glowstone support");
|
||||
BukkitVersionHelper.helper = new BukkitVersionHelperGlowstone();
|
||||
}
|
||||
else if (v.contains("(MC: 1.15)") || v.contains("(MC: 1.15.1")) {
|
||||
else if (v.contains("(MC: 1.15)") || v.contains("(MC: 1.15.")) {
|
||||
BukkitVersionHelper.helper = new BukkitVersionHelperSpigot115();
|
||||
}
|
||||
else if (v.contains("(MC: 1.14.1)") || v.contains("(MC: 1.14.2)") ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue