diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-28 04:16:20 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-28 04:16:20 +0100 |
commit | a5a937d19fcb51fe4168345d09596784e174726e (patch) | |
tree | 08eaf40ed362348c1ea187a477b71f70c6fe74a1 /NorthstarDedicatedTest/serverauthentication.h | |
parent | 5ed2fbecaa3a96b69b97d889a28bd2f96fcf2572 (diff) | |
download | NorthstarLauncher-a5a937d19fcb51fe4168345d09596784e174726e.tar.gz NorthstarLauncher-a5a937d19fcb51fe4168345d09596784e174726e.zip |
improve lookup speeds for mod files
Diffstat (limited to 'NorthstarDedicatedTest/serverauthentication.h')
-rw-r--r-- | NorthstarDedicatedTest/serverauthentication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/serverauthentication.h b/NorthstarDedicatedTest/serverauthentication.h index 3051ea10..4301b78e 100644 --- a/NorthstarDedicatedTest/serverauthentication.h +++ b/NorthstarDedicatedTest/serverauthentication.h @@ -19,6 +19,7 @@ public: public: void AddPlayerAuth(char* authToken, char* uid, char* pdata, size_t pdataSize); bool AuthenticatePlayer(void* player, char* authToken); + bool RemovePlayerAuthData(void* player); void WritePersistentData(void* player); }; |