Update TabooLib.java
boolean Should return "Spigot" instead of "Bukkit"
This commit is contained in:
parent
b93cb3ff69
commit
5854f2587a
@ -19,7 +19,7 @@ public class TabooLib {
|
||||
|
||||
static {
|
||||
try {
|
||||
Class.forName("org.bukkit.Bukkit");
|
||||
Class.forName("org.spigotmc.SpigotConfig");
|
||||
spigot = true;
|
||||
} catch (Exception ignored) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user