Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit bba5798

Browse files
author
Dytanic
committed
fixed download bug
1 parent 6e74c06 commit bba5798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/setup/SetupSpigotVersion.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,16 @@ public void run(ConsoleReader reader)
174174
switch (reader.readLine().toLowerCase())
175175
{
176176
case "1.8.8":
177-
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar");
177+
download.run("https://yivesmirror.com/files/paper/PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar");
178178
return;
179179
case "1.11.2":
180-
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.11.2-b1104.jar");
180+
download.run("https://yivesmirror.com/files/paper/PaperSpigot-1.11.2-b1104.jar");
181181
return;
182182
case "1.12.2":
183-
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.12.2-b1552.jar");
183+
download.run("https://yivesmirror.com/files/paper/PaperSpigot-1.12.2-b1552.jar");
184184
return;
185185
case "1.13.1":
186-
download.run("https://yivesmirror.com/files/paperspigot/PaperSpigot-1.13.1-b332.jar");
186+
download.run("https://yivesmirror.com/files/paper/PaperSpigot-1.13.1-b332.jar");
187187
return;
188188
case "1.13.2":
189189
download.run("https://yivesmirror.com/files/paper/Paper-1.13.2-b409.jar");

0 commit comments

Comments
 (0)