Give some info on where to find the files if a connection to Github

is not possible.
This commit is contained in:
tastybento 2024-08-10 10:32:10 -07:00
parent f811c7ca1d
commit 7ddf865430

View File

@ -151,6 +151,11 @@ public class WebManager
if (this.plugin.getSettings().isLogGithubDownloadData()) if (this.plugin.getSettings().isLogGithubDownloadData())
{ {
this.plugin.log("Could not connect to GitHub."); this.plugin.log("Could not connect to GitHub.");
this.plugin.log(
"JSON files can be found at https://github.com/BentoBoxWorld/weblink/tree/master/challenges/library");
user.sendRawMessage("Could not connect to GitHub.");
user.sendRawMessage(
"JSON files can be found at https://github.com/BentoBoxWorld/weblink/tree/master/challenges/library");
} }
} }
catch (Exception e) catch (Exception e)