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