From a0c112494bbf1572717de3184a9a089f634dc979 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Tue, 13 Jun 2023 21:27:14 -0400 Subject: [PATCH] Update UbisoftLibrary.cs --- CreamInstaller/Platforms/Ubisoft/UbisoftLibrary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Platforms/Ubisoft/UbisoftLibrary.cs b/CreamInstaller/Platforms/Ubisoft/UbisoftLibrary.cs index 9dd9c05..1189274 100644 --- a/CreamInstaller/Platforms/Ubisoft/UbisoftLibrary.cs +++ b/CreamInstaller/Platforms/Ubisoft/UbisoftLibrary.cs @@ -15,7 +15,7 @@ internal static class UbisoftLibrary { get { - installsKey ??= Registry.LocalMachine.OpenSubKey(@"SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs"); + installsKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs"); return installsKey; } }