CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
228 stars 89 forks source link

Fix typo in registries #429

Closed SadPencil closed 1 year ago

SadPencil commented 1 year ago

HKML -> HKLM

github-actions[bot] commented 1 year ago

Nightly build for this pull request:

Rampastring commented 1 year ago

Why are these in HKLM instead of HKCU like the others?

SadPencil commented 1 year ago

efdb3f323ca7d1a8cf74da4bc63b583fd6548f9c 8444a0e3cee0725e7dd29d7d098e96df79740ab4

@Starkku @ayylmaoRotE Can the registry root of these two mods be HKCU instead of an invalid HKML (should be HKLM) that does not refer to anything?

SadPencil commented 1 year ago

Well, no matter HKCU or HKLM, the current fix should be merged to get rid of the wrong registry entry name.