Skip to content

Commit

Permalink
Fix bad CCSPlayer_WeaponServices_CanUse signature
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Vauff committed Aug 9, 2024
1 parent c51aab7 commit fdd1cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamedata/cs2fixes.games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
{
Expand Down

0 comments on commit fdd1cf1

Please sign in to comment.