mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:10:45 +00:00
Fixed exiting ffdec on context menu add
This commit is contained in:
@@ -969,8 +969,10 @@ public class Main {
|
||||
}
|
||||
if (args[pos].equals("-removefromcontextmenu")) {
|
||||
addToContextMenu(false);
|
||||
System.exit(0);
|
||||
} else if (args[pos].equals("-addtocontextmenu")) {
|
||||
addToContextMenu(true);
|
||||
System.exit(0);
|
||||
} else if (args[pos].equals("-proxy")) {
|
||||
int port = 55555;
|
||||
for (int i = pos; i < args.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user