From f803be18f6db6a5a29648869716cfbee1c01da6e Mon Sep 17 00:00:00 2001 From: Edo Date: Wed, 15 Mar 2023 23:28:20 +0000 Subject: [PATCH] [RCon]: Apply last patch to Cmd_ExecuteSingleCommand (#835) --- src/Components/Modules/NetworkDebug.cpp | 1 + 1 file changed, 1 insertion(+) 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");