Merge remote-tracking branch 'origin/master'

This commit is contained in:
坏黑 2018-10-28 23:17:44 +08:00
commit a1c4ddc499

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) {
} }