Skip to content

Commit

Permalink
[1.8.3-dev1]修改可能存在错误的链接
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Jan 2, 2024
1 parent a03107e commit f5e3f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void pullUpdateCheckRequest(CommandSender sender) {
return;
CrypticLib.platform().scheduler().runTaskAsync(Craftorithm.instance(), () -> {
try {
URL url = new URL("https://api.spigotmc.org/legacy/update.php?resource=108429/~");
URL url = new URL("https://api.spigotmc.org/legacy/update.php?resource=108429/");
URLConnection conn = url.openConnection();
conn.setConnectTimeout(15000);
conn.setReadTimeout(60000);
Expand Down

0 comments on commit f5e3f11

Please sign in to comment.