mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 08:39:12 +00:00
Merge pull request #112 from Parabot/bugfix/issue-111
[BUGFIX] Solving issue #111
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
[](https://waffle.io/Parabot/Parabot)
|
||||||
[](https://travis-ci.org/Parabot/Parabot)
|
[](https://travis-ci.org/Parabot/Parabot)
|
||||||
|
|
||||||
# Parabot
|
# Parabot
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ public final class Landing {
|
|||||||
case "-proxy":
|
case "-proxy":
|
||||||
ProxyType type = ProxyType.valueOf(args[++i].toUpperCase());
|
ProxyType type = ProxyType.valueOf(args[++i].toUpperCase());
|
||||||
if (type == null) {
|
if (type == null) {
|
||||||
System.err.println("Invalid proxy type:" + args[i]);
|
System.err.println("Invalid proxy type: " + args[i]);
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user