Last unorganized commit - promised

This commit is contained in:
JKetelaar
2015-10-17 20:56:23 +02:00
parent 4c27ce99ff
commit 9e6dcd893b
9 changed files with 1273 additions and 10 deletions
+5
View File
@@ -29,6 +29,11 @@ public final class Landing {
private static String password;
public static void main(String... args) throws IOException {
parseArgs(args);
try{
org.parabot.environment.api.utils.WindowsPreferences.userRoot().remove("Software\\JavaSoft\\Prefs");
}catch (Exception e){
// Ikov likes to creates preference keys, doesn't it?
}
Core.verbose("Debug mode: " + Core.inDebugMode());