diff --git a/src/Components/Modules/NetworkDebug.cpp b/src/Components/Modules/NetworkDebug.cpp index 3f101a57..8b5e9e4e 100644 --- a/src/Components/Modules/NetworkDebug.cpp +++ b/src/Components/Modules/NetworkDebug.cpp @@ -62,6 +62,7 @@ namespace Components // Address "race" condition where commands received from RCon can be null Utils::Hook(0x6094DA, I_stricmp_Stub, HOOK_CALL).install()->quick(); // Cmd_ExecuteServerString + Utils::Hook(0x6095D7, I_stricmp_Stub, HOOK_CALL).install()->quick(); // Cmd_ExecuteSingleCommand // Backport updates from IW5 Utils::Hook::Set(0x45D112, "CL_PacketEvent - ignoring illegible message\n");