diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-03 01:28:51 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-03 01:28:51 +0100 |
commit | bf176fe728400b93295118e8d256c346c8c52d41 (patch) | |
tree | ef8e312b9498aa54e4fb788499eca7ddcbfc4dd0 /NorthstarDedicatedTest/serverauthentication.cpp | |
parent | eb56fcbe02f35ed4f418a7dc53cd9eb0ad95a504 (diff) | |
download | NorthstarLauncher-bf176fe728400b93295118e8d256c346c8c52d41.tar.gz NorthstarLauncher-bf176fe728400b93295118e8d256c346c8c52d41.zip |
fix playlist kv building
Diffstat (limited to 'NorthstarDedicatedTest/serverauthentication.cpp')
-rw-r--r-- | NorthstarDedicatedTest/serverauthentication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/serverauthentication.cpp b/NorthstarDedicatedTest/serverauthentication.cpp index ffc21a8b..820cb69d 100644 --- a/NorthstarDedicatedTest/serverauthentication.cpp +++ b/NorthstarDedicatedTest/serverauthentication.cpp @@ -29,7 +29,7 @@ ConVar* CVar_ns_auth_allow_insecure; ConVar* CVar_ns_auth_allow_insecure_write; ConVar* CVar_sv_quota_stringcmdspersecond; -void ServerAuthenticationManager::AddPlayerAuth(char* authToken, char* uid, char* pdata, size_t pdataSize) +void ServerAuthenticationManager::AddPlayerAuthData(char* authToken, char* uid, char* pdata, size_t pdataSize) { } |