From fdd1cf16e18d870ebcab448d639ecf767eb02472 Mon Sep 17 00:00:00 2001 From: Vauff Date: Fri, 9 Aug 2024 13:43:50 -0400 Subject: [PATCH] Fix bad CCSPlayer_WeaponServices_CanUse signature Yes it *matched*, but I was trying a new tool yesterday, and accidentally created a mid-function signature, funchook didn't like this and the detour crashed. --- gamedata/cs2fixes.games.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedata/cs2fixes.games.txt b/gamedata/cs2fixes.games.txt index 8841c316..9af8be02 100644 --- a/gamedata/cs2fixes.games.txt +++ b/gamedata/cs2fixes.games.txt @@ -202,7 +202,7 @@ { "library" "server" "windows" "\x48\x89\x5C\x24\x10\x48\x89\x6C\x24\x18\x56\x57\x41\x56\x48\x83\xEC\x30\x48\x8B\x01" - "linux" "\x49\x89\xFD\x41\x54\x49\x89\xF4\x53\x48\x83\xEC\x2A\x48\x8B\x07\x48\x8B\x80" + "linux" "\x55\x48\x8D\x15\x2A\x2A\x2A\x2A\x48\x89\xE5\x41\x55\x49\x89\xFD\x41\x54\x49\x89\xF4" } "CreateEntityByName" {