made previous fix into its own plugin as it can catch all client cmds and not just what commandlistener thinks

This commit is contained in:
jenz
2022-03-13 12:23:31 +01:00
parent 1f6abdff6f
commit 9a5868951e
2 changed files with 104 additions and 0 deletions
@@ -0,0 +1,15 @@
"Games"
{
"cstrike"
{
"Signatures"
{
"CGameClient::ExecuteStringCommand()"
{
"library" "engine"
"linux" "@_ZN11CGameClient20ExecuteStringCommandEPKc"
"windows" "\x55\x89\xE5\x81\xEC\x48\x05\x00\x00"
}
}
}
}