Update UbisoftLibrary.cs

This commit is contained in:
pointfeev 2023-06-13 21:27:14 -04:00
parent 5f6ba03294
commit a0c112494b

View file

@ -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;
} }
} }