Skip to content

Commit fdd1cf1

Browse files
committed
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.
1 parent c51aab7 commit fdd1cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamedata/cs2fixes.games.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
{
203203
"library" "server"
204204
"windows" "\x48\x89\x5C\x24\x10\x48\x89\x6C\x24\x18\x56\x57\x41\x56\x48\x83\xEC\x30\x48\x8B\x01"
205-
"linux" "\x49\x89\xFD\x41\x54\x49\x89\xF4\x53\x48\x83\xEC\x2A\x48\x8B\x07\x48\x8B\x80"
205+
"linux" "\x55\x48\x8D\x15\x2A\x2A\x2A\x2A\x48\x89\xE5\x41\x55\x49\x89\xFD\x41\x54\x49\x89\xF4"
206206
}
207207
"CreateEntityByName"
208208
{

0 commit comments

Comments
 (0)