From b1c2a4e597b1e0c8db2dee078d447dfc9ce58e5f Mon Sep 17 00:00:00 2001 From: Sad Pencil Date: Sun, 22 Jan 2023 13:09:58 +0800 Subject: [PATCH] Fix typo in registries --- ClientCore/CnCNet5/GameCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ClientCore/CnCNet5/GameCollection.cs b/ClientCore/CnCNet5/GameCollection.cs index e175d9f62..b360c2c5e 100644 --- a/ClientCore/CnCNet5/GameCollection.cs +++ b/ClientCore/CnCNet5/GameCollection.cs @@ -97,7 +97,7 @@ public void Initialize() ClientExecutableName = "RRLauncher.exe", GameBroadcastChannel = "#redres-games", InternalName = "rr", - RegistryInstallPath = "HKML\\Software\\RedResurrection", + RegistryInstallPath = "HKLM\\Software\\RedResurrection", UIName = "YR Red-Resurrection", Texture = AssetLoader.TextureFromImage(rrIcon) }, @@ -108,7 +108,7 @@ public void Initialize() ClientExecutableName = "RELauncher.exe", GameBroadcastChannel = "#rote-games", InternalName = "re", - RegistryInstallPath = "HKML\\Software\\RiseoftheEast", + RegistryInstallPath = "HKLM\\Software\\RiseoftheEast", UIName = "Rise of the East", Texture = AssetLoader.TextureFromImage(reIcon) },