removed check
This commit is contained in:
@@ -10,7 +10,6 @@ import java.util.Iterator;
|
|||||||
public class Main {
|
public class Main {
|
||||||
|
|
||||||
public static boolean verbose;
|
public static boolean verbose;
|
||||||
public static boolean checkingonly;
|
|
||||||
public static Integer threadNb;
|
public static Integer threadNb;
|
||||||
public static String mcVersion;
|
public static String mcVersion;
|
||||||
|
|
||||||
@@ -45,10 +44,6 @@ public class Main {
|
|||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
String cmd = it.next();
|
String cmd = it.next();
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case "--check":
|
|
||||||
System.out.println("--check is not avaliable");
|
|
||||||
checkingonly = true;
|
|
||||||
continue;
|
|
||||||
case "-t":
|
case "-t":
|
||||||
if (threadNb != null) {
|
if (threadNb != null) {
|
||||||
Log.e("main", "error conflicting arguments --thread and -t");
|
Log.e("main", "error conflicting arguments --thread and -t");
|
||||||
|
|||||||
Reference in New Issue
Block a user