mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
Set key removal for Ikov location
This commit is contained in:
@@ -33,7 +33,8 @@ public final class Landing {
|
||||
try{
|
||||
boolean value = WinRegistry.deleteKey(
|
||||
WinRegistry.HKEY_CURRENT_USER,
|
||||
"Software\\JavaSoft\\Prefs\\org\\parabot");
|
||||
"Software\\JavaSoft\\Prefs"
|
||||
);
|
||||
if (value) {
|
||||
System.err.println("Ikov key removed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user