From 25579c16ca530197a8246ad3812c220961c7daf0 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 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, -- cgit v1.2.3