mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 03:57:03 +00:00
.
This commit is contained in:
parent
eaf8424f75
commit
d29bdb70fe
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ public class DisguiseUtilities {
|
||||||
dest = new File("plugins/update/" + theirFile.getName());
|
dest = new File("plugins/update/" + theirFile.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
// We're connecting to spigot's API
|
// We're connecting to jenkins's API for ProtocolLib
|
||||||
URL url = new URL("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/target/ProtocolLib.jar");
|
URL url = new URL("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/target/ProtocolLib.jar");
|
||||||
// Creating a connection
|
// Creating a connection
|
||||||
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
||||||
|
|
Loading…
Reference in a new issue