Skip to content

Commit

Permalink
fix a worry update link
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9999 committed Dec 5, 2020
1 parent 6d28856 commit c9c44c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ private void checkUpdate() {
}
} else {
this.plugin.getLogger().info(ChatColor.AQUA + "A new update " + Response + " available!");
this.plugin.getLogger().info(ChatColor.AQUA + "See it in https://github.com/hank9999/UseBlessingSkin/releases");
this.plugin.getLogger().info(ChatColor.AQUA + "See it in https://github.com/hank9999/KeywordBlock");
this.plugin.getLogger().info(ChatColor.AQUA + "Or See it in https://www.spigotmc.org/resources/keywordblock.78091/");
}
} catch (Exception e) {
this.plugin.getLogger().info(ChatColor.AQUA + "Cannot look for updates: " + e.getMessage());
Expand Down

0 comments on commit c9c44c0

Please sign in to comment.