diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-04-20 19:10:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 19:10:26 +0200 |
commit | 44d1d694982d2a4f302bf7155d4582628f9f32f4 (patch) | |
tree | 7cbd75d0eb0464ccd0103424d529fef2000bc0e5 /NorthstarDedicatedTest/clientauthhooks.cpp | |
parent | 0c7fcc06f0fb072c00729c646773174b273a18b3 (diff) | |
parent | 47ea109be0d73120ddfe6896494e1fce986515b3 (diff) | |
download | NorthstarLauncher-44d1d694982d2a4f302bf7155d4582628f9f32f4.tar.gz NorthstarLauncher-44d1d694982d2a4f302bf7155d4582628f9f32f4.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/clientauthhooks.cpp')
-rw-r--r-- | NorthstarDedicatedTest/clientauthhooks.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/clientauthhooks.cpp b/NorthstarDedicatedTest/clientauthhooks.cpp index 40c218c4..5c1c4510 100644 --- a/NorthstarDedicatedTest/clientauthhooks.cpp +++ b/NorthstarDedicatedTest/clientauthhooks.cpp @@ -37,7 +37,9 @@ void InitialiseClientAuthHooks(HMODULE baseAddress) { // this cvar will save to cfg once initially agreed with Cvar_ns_has_agreed_to_send_token = new ConVar( - "ns_has_agreed_to_send_token", "0", FCVAR_ARCHIVE_PLAYERPROFILE, + "ns_has_agreed_to_send_token", + "0", + FCVAR_ARCHIVE_PLAYERPROFILE, "whether the user has agreed to send their origin token to the northstar masterserver"); HookEnabler hook; |