diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-13 00:55:47 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-05-13 02:09:57 +0200 |
commit | dbf79774fe0a675db55763311fc55267c36f7bef (patch) | |
tree | c21e952283cdf7a8d21f1238de66c40f2c379477 | |
parent | 07e90754ab86f7d56df2f813ceb93de12d4aa0d5 (diff) | |
download | NorthstarLauncher-1.7.1.tar.gz NorthstarLauncher-1.7.1.zip |
Update serverauthentication.cpp (#161)v1.7.1-rc1v1.7.1
-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 ee70900f..e500da0a 100644 --- a/NorthstarDedicatedTest/serverauthentication.cpp +++ b/NorthstarDedicatedTest/serverauthentication.cpp @@ -679,6 +679,7 @@ void InitialiseServerAuthentication(HMODULE baseAddress) } // patch to allow same of multiple account + if (CommandLine()->CheckParm("-allowdupeaccounts")) { NSMem::BytePatch( ba + 0x114510, |