diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-13 00:55:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 01:55:47 +0200 |
commit | 25579c16ca530197a8246ad3812c220961c7daf0 (patch) | |
tree | 499c51f51e022a88579a56f70000de2075087fc4 /NorthstarDedicatedTest/serverauthentication.cpp | |
parent | d333eabc1bc7f8f29c3e5ccd13b62997235285c4 (diff) | |
download | NorthstarLauncher-25579c16ca530197a8246ad3812c220961c7daf0.tar.gz NorthstarLauncher-25579c16ca530197a8246ad3812c220961c7daf0.zip |
Update serverauthentication.cpp (#161)
Diffstat (limited to 'NorthstarDedicatedTest/serverauthentication.cpp')
-rw-r--r-- | NorthstarDedicatedTest/serverauthentication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/serverauthentication.cpp b/NorthstarDedicatedTest/serverauthentication.cpp index f00f5129..9a295f98 100644 --- a/NorthstarDedicatedTest/serverauthentication.cpp +++ b/NorthstarDedicatedTest/serverauthentication.cpp @@ -720,6 +720,7 @@ void InitialiseServerAuthentication(HMODULE baseAddress) } // patch to allow same of multiple account + if (CommandLine()->CheckParm("-allowdupeaccounts")) { NSMem::BytePatch( ba + 0x114510, |