mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 22:00:55 +00:00
Commandline arguments FIX for proxy
This commit is contained in:
@@ -428,7 +428,7 @@ public class Main {
|
|||||||
proxyFrame.setPort(port);
|
proxyFrame.setPort(port);
|
||||||
addTrayIcon();
|
addTrayIcon();
|
||||||
switchProxy();
|
switchProxy();
|
||||||
} if (args[0].equals("-export")) {
|
}else if (args[0].equals("-export")) {
|
||||||
if(args.length<4){
|
if(args.length<4){
|
||||||
badArguments();
|
badArguments();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user