mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Removed Ikov key-removing
This commit is contained in:
@@ -27,21 +27,8 @@ import java.net.URI;
|
||||
public final class Landing {
|
||||
private static String username;
|
||||
private static String password;
|
||||
|
||||
private static void removeKeys(){
|
||||
try{
|
||||
WinRegistry.deleteKey(
|
||||
WinRegistry.HKEY_CURRENT_USER,
|
||||
"Software\\JavaSoft\\Prefs"
|
||||
);
|
||||
}catch (Exception ignored){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String... args) throws IOException {
|
||||
parseArgs(args);
|
||||
removeKeys();
|
||||
|
||||
Core.verbose("Debug mode: " + Core.inDebugMode());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user