Skip to content

Commit

Permalink
Give some info on where to find the files if a connection to Github
Browse files Browse the repository at this point in the history
is not possible.
  • Loading branch information
tastybento committed Aug 10, 2024
1 parent f811c7c commit 7ddf865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/world/bentobox/challenges/web/WebManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ public void requestEntryGitHubData(User user, World world, LibraryEntry entry)
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)
Expand Down

0 comments on commit 7ddf865

Please sign in to comment.