Added dump mode

This commit is contained in:
Parnassian
2014-02-28 19:28:40 +01:00
parent a371bca989
commit baddc44c5d
3 changed files with 26 additions and 0 deletions
+3
View File
@@ -88,6 +88,9 @@ public final class Landing {
case "-loadlocal":
Core.setLoadLocal(true);
break;
case "-dump":
Core.setDump(true);
break;
}
}