diff --git a/gamedata/endtouch.games.txt b/gamedata/endtouch.games.txt index d2dff9a..1a49f6c 100644 --- a/gamedata/endtouch.games.txt +++ b/gamedata/endtouch.games.txt @@ -18,8 +18,10 @@ { "PhysicsCheckForEntityUntouch" { - "windows" "\x55\x8B\xEC\x83\xEC\x08\x56\x8B\xF1\x8B\x86" - "linux" "@_ZN11CBaseEntity28PhysicsCheckForEntityUntouchEv" + "windows" "\x55\x8B\xEC\x83\xEC\x08\x57\x8B\xF9\x8B\x87" + "windows64" "\x40\x57\x48\x83\xEC\x20\x8B\x81" + "linux" "@_ZN11CBaseEntity28PhysicsCheckForEntityUntouchEv" + "linux64" "@_ZN11CBaseEntity28PhysicsCheckForEntityUntouchEv" } } }