diff options
Diffstat (limited to 'NorthstarDedicatedTest/securitypatches.cpp')
-rw-r--r-- | NorthstarDedicatedTest/securitypatches.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDedicatedTest/securitypatches.cpp b/NorthstarDedicatedTest/securitypatches.cpp index e684738e..ee16593b 100644 --- a/NorthstarDedicatedTest/securitypatches.cpp +++ b/NorthstarDedicatedTest/securitypatches.cpp @@ -2,7 +2,6 @@ #include "securitypatches.h" #include "hookutils.h" #include "concommand.h" -#include "dedicated.h" #include "gameutils.h" #include "convar.h" @@ -19,9 +18,6 @@ bool IsValveModHook() void InitialiseClientEngineSecurityPatches(HMODULE baseAddress) { - if (IsDedicated()) - return; - HookEnabler hook; // note: this could break some things |