Added loadLocal

This commit is contained in:
PBParadox
2014-02-13 22:34:19 +01:00
parent 19723ef894
commit 5150b00f84
4 changed files with 42 additions and 13 deletions
+3
View File
@@ -87,6 +87,9 @@ public final class Landing {
case "-proxy":
Ip.spoofIP(args[++i], args[++i]);
break;
case "-loadlocal":
Core.setLoadLocal(true);
break;
}
}