Update TabooLib.java

boolean Should return "Spigot" instead of "Bukkit"
This commit is contained in:
allenlol 2018-10-24 10:10:11 -07:00 committed by GitHub
parent b93cb3ff69
commit 5854f2587a

View File

@ -19,7 +19,7 @@ public class TabooLib {
static { static {
try { try {
Class.forName("org.bukkit.Bukkit"); Class.forName("org.spigotmc.SpigotConfig");
spigot = true; spigot = true;
} catch (Exception ignored) { } catch (Exception ignored) {
} }