Update for Spigot 1.15.1
This commit is contained in:
parent
07c5edf15a
commit
ad621306e8
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ public class Helper {
|
|||
Log.info("Loading Glowstone support");
|
||||
BukkitVersionHelper.helper = new BukkitVersionHelperGlowstone();
|
||||
}
|
||||
else if (v.contains("(MC: 1.15)")) {
|
||||
else if (v.contains("(MC: 1.15)") || v.contains("(MC: 1.15.1")) {
|
||||
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