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