mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 03:38:23 +00:00
Update system fixed
This commit is contained in:
@@ -1271,7 +1271,7 @@ public class Main {
|
||||
URL url = new URL(ApplicationInfo.updateCheckUrl);
|
||||
|
||||
URLConnection uc = null;
|
||||
if (proxyAddress != null) {
|
||||
if (proxyAddress != null && !proxyAddress.isEmpty()) {
|
||||
int port = 8080;
|
||||
if (proxyAddress.contains(":")) {
|
||||
String[] parts = proxyAddress.split(":");
|
||||
|
||||
Reference in New Issue
Block a user