[RCon]: Apply last patch to Cmd_ExecuteSingleCommand (#835)
This commit is contained in:
parent
e3c86dfd7e
commit
f803be18f6
@ -62,6 +62,7 @@ namespace Components
|
|||||||
|
|
||||||
// Address "race" condition where commands received from RCon can be null
|
// 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(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
|
// Backport updates from IW5
|
||||||
Utils::Hook::Set<const char*>(0x45D112, "CL_PacketEvent - ignoring illegible message\n");
|
Utils::Hook::Set<const char*>(0x45D112, "CL_PacketEvent - ignoring illegible message\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user