Update UbisoftLibrary.cs
This commit is contained in:
parent
5f6ba03294
commit
a0c112494b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ internal static class UbisoftLibrary
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
installsKey ??= Registry.LocalMachine.OpenSubKey(@"SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs");
|
installsKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs");
|
||||||
return installsKey;
|
return installsKey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue