mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +01:00
Give some info on where to find the files if a connection to Github
is not possible.
This commit is contained in:
parent
f811c7ca1d
commit
7ddf865430
@ -151,6 +151,11 @@ public class WebManager
|
||||
if (this.plugin.getSettings().isLogGithubDownloadData())
|
||||
{
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user