From dbf79774fe0a675db55763311fc55267c36f7bef Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Fri, 13 May 2022 00:55:47 +0100 Subject: Update serverauthentication.cpp (#161) --- NorthstarDedicatedTest/serverauthentication.cpp | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3