mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
update
This commit is contained in:
@@ -313,7 +313,7 @@ public abstract class GuiDownloadService implements Runnable {
|
||||
System.out.println("File not found: .." + url.substring(url.lastIndexOf("/images/")+1));
|
||||
}
|
||||
url = url.substring(0,url.length() - 4) + ".png";
|
||||
imageUrl = new URL(url);
|
||||
imageUrl = new URL(TextUtil.fastReplace(url, ".fullborder.", ".full."));
|
||||
conn = (HttpURLConnection) imageUrl.openConnection(p);
|
||||
conn.setInstanceFollowRedirects(false);
|
||||
conn.connect();
|
||||
|
||||
Reference in New Issue
Block a user