[RCon]: Apply last patch to Cmd_ExecuteSingleCommand (#835)

This commit is contained in:
Edo 2023-03-15 23:28:20 +00:00 committed by GitHub
parent e3c86dfd7e
commit f803be18f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<const char*>(0x45D112, "CL_PacketEvent - ignoring illegible message\n");