mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[CLEANUP] Cleaned up Landing and using verbose now
This commit is contained in:
@@ -29,11 +29,6 @@ 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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user