From 4ad80dcf6a1d1c07a905b8c47f786c746da01d85 Mon Sep 17 00:00:00 2001 From: CookieCat <81494827+CookieCat45@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:55:13 -0400 Subject: [PATCH] x32 Windows Gamedata Fix for 4/18/2024 TF2 Update --- sourcemod/gamedata/collisionhook.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemod/gamedata/collisionhook.txt b/sourcemod/gamedata/collisionhook.txt index 96af269..64f009e 100644 --- a/sourcemod/gamedata/collisionhook.txt +++ b/sourcemod/gamedata/collisionhook.txt @@ -58,7 +58,7 @@ "PassServerEntityFilter" { /* String: "RagdollImpact" -> 2 blocks down, , get sub, from Pickup_ForcePlayerToDropThisObject, Xref ->, go all the way up, */ - "windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x85\xF6\x75\x05" + "windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x57\x85\xF6\x74\x2A\x8B\x7D\x08" "windows64" "\x48\x89\x5C\x24\x08\x48\x89\x74\x24\x10\x57\x48\x83\xEC\x20\x48\x8B\xFA\x48\x8B\xF1\x48\x85\xD2\x0F\x84\x2A\x2A\x2A\x2A\x48\x3B\xCA" } }