diff --git a/common/src/main/java/me/lojosho/hibiscuscommons/HibiscusPlugin.java b/common/src/main/java/me/lojosho/hibiscuscommons/HibiscusPlugin.java index 3d11590..815905d 100644 --- a/common/src/main/java/me/lojosho/hibiscuscommons/HibiscusPlugin.java +++ b/common/src/main/java/me/lojosho/hibiscuscommons/HibiscusPlugin.java @@ -88,6 +88,9 @@ public abstract class HibiscusPlugin extends JavaPlugin { .setNotifyRequesters(false) .setNotifyOpsOnJoin(false) .checkEveryXHours(24) + .onFail((o, o2) -> { + getLogger().warning("Unable to connection to Polymart to check for updates."); + }) .checkNow(); onLatestVersion = checker.isUsingLatestVersion(); }