Ignore failed check

This commit is contained in:
HaHaWTH 2024-02-01 17:11:50 +08:00
parent 2b94776e71
commit c31e009860

View File

@ -426,9 +426,7 @@ public class AuthMe extends JavaPlugin {
} else {
getLogger().log(Level.INFO, "You are running the latest version.");
}
} catch (IOException e) {
String formattedException = ExceptionUtils.formatException(e);
getLogger().log(Level.WARNING, "Error occurred while checking updates from GitHub. Reason: " + formattedException);
} catch (IOException ignored) {
}
});
}