Redo of the loadlocal argument

This commit is contained in:
JKetelaar
2014-04-11 13:56:14 +02:00
parent a2dafd9e41
commit 857c88a547
4 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public final class Landing {
password = args[++i];
break;
case "-loadlocal":
Core.setLoadLocal(true);
Core.setLocalMode(args[++i]);
break;
case "-dump":
Core.setDump(true);