diff options
Diffstat (limited to 'NorthstarDedicatedTest/hooks.cpp')
-rw-r--r-- | NorthstarDedicatedTest/hooks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/hooks.cpp b/NorthstarDedicatedTest/hooks.cpp index a3be154d..1b4bcc28 100644 --- a/NorthstarDedicatedTest/hooks.cpp +++ b/NorthstarDedicatedTest/hooks.cpp @@ -19,8 +19,6 @@ LoadLibraryExWType LoadLibraryExWOriginal; void InstallInitialHooks() { - //AllocConsole(); - if (MH_Initialize() != MH_OK) Error("MH_Initialize failed"); |